Files
meteor/tools/tests/apps/modules/package.json
Ben Newman 1ef013f6ad Use regenerator-runtime in modules test app.
Apparently regenerator/runtime is now deprecated. I say "apparently," but
of course is my own doing.
2016-05-19 17:04:07 -04:00

20 lines
537 B
JSON

{
"name": "modules-test-app",
"author": "Ben Newman <ben@meteor.com>",
"description": "Test app exercising many aspects of the Meteor module system.",
"private": true,
"dependencies": {
"aws-sdk": "^2.2.41",
"github": "^0.2.4",
"meteor-node-stubs": "^0.2.0",
"moment": "2.11.1",
"mssql": "^3.1.1",
"regenerator-runtime": "^0.9.5",
"stripe": "^4.4.0",
"winston": "^2.2.0"
},
"scripts": {
"test": "METEOR_PROFILE=100 ../../../../meteor test --full-app --driver-package avital:mocha"
}
}