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

12 lines
184 B
JSON

{
"name": "shell",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^7.0.0-beta.0",
"meteor-node-stubs": "~0.2.0"
}
}