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

14 lines
312 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": {
"moment": "2.11.1",
"regenerator": "^0.8.42"
},
"scripts": {
"test": "../../../../meteor run"
}
}