mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
21 lines
555 B
JSON
21 lines
555 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",
|
|
"stream-http": "^2.1.1",
|
|
"url": "^0.11.0",
|
|
"util": "^0.10.3"
|
|
},
|
|
"scripts": {
|
|
"test": "METEOR_PROFILE=100 ../../../../meteor test-app --driver-package practicalmeteor:mocha"
|
|
}
|
|
}
|