1{
2 "name": "boilerplate",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "prestart": "mkdir -p logs",
9 "dev": "nodemon . | bunyan -o short",
10 "start": "node . | bunyan -o short",
11 "lint": "gulp lint",
12 "browsertest": "BROWSERTEST=true node . -- '$@' . | bunyan -o short",
13 "precommit": "gulp lint",
14 "prepush": "gulp test",
15 },
16 "dependencies": {},
17 "devDependencies": {},
18 "author": "",
19 "license": "ISC"
20}
Created on 11/22/2017