Files
meteor/tools/tests/apps/dev-bundle-bin-commands/package.json
2016-11-02 13:32:01 -04:00

14 lines
347 B
JSON

{
"name": "dev-bundle-bin-commands",
"private": true,
"scripts": {
"start": "meteor run",
"exit-with-status": "echo \"This script has an exit status\" && exit 1",
"exit-normally": "echo \"This script will exit normally\" && exit 0"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"meteor-node-stubs": "~0.2.0"
}
}