Files
meteor/tools/tests/apps/shell/package.json
2016-11-02 13:32:01 -04:00

12 lines
178 B
JSON

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