Files
meteor/tools/tests/apps/shell/package.json
2017-10-18 21:52:16 -04:00

12 lines
178 B
JSON

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