Files
meteor/tools/tests/apps/modules/package.json
Ben Newman 1df6668cc9 Test that importing the winston npm package works now.
This is a test that should have accompanied my previous commit
81a07ed84f.
2017-05-29 19:37:33 -04:00

24 lines
847 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",
"babel-runtime": "^6.18.0",
"github": "^0.2.4",
"idle-gc": "^1.0.1",
"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.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"
}
}