mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
19 lines
441 B
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"
|
|
}
|
|
}
|