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