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

19 lines
441 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": {
"buffer": "^4.4.0",
"events": "^1.1.0",
"moment": "2.11.1",
"path": "^0.12.7",
"regenerator": "^0.8.42",
"stream-browserify": "^2.0.1",
"util": "^0.10.3"
},
"scripts": {
"test": "../../../../meteor run"
}
}