Files
meteor/tools/tests/apps/shell/package.json
2016-08-03 15:56:34 -04:00

11 lines
146 B
JSON

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