Files
meteor/tools/tests/apps/modules/package.json

28 lines
985 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": {
"@babel/runtime": "^7.0.0-beta.34",
"aws-sdk": "^2.2.41",
"babel-plugin-transform-do-expressions": "^6.22.0",
"cli-color": "^0.2.3",
"github": "^0.2.4",
"idle-gc": "^1.0.1",
"meteor-node-stubs": "^0.3.2",
"moment": "2.11.1",
"mssql": "^3.1.1",
"mysql": "^2.15.0",
"regenerator-runtime": "^0.11.1",
"stripe": "^4.4.0",
"uuid": "^3.1.0",
"winston": "^2.3.1"
},
"scripts": {
"test": "METEOR_PROFILE=100 ../../../../meteor test --full-app --driver-package dispatch:mocha-phantomjs",
"browser": "METEOR_PROFILE=100 ../../../../meteor test --full-app --driver-package dispatch:mocha-browser",
"test-packages": "../../../../meteor test-packages --driver-package dispatch:mocha-phantomjs packages/modules-test-package"
}
}