feature(package) scripts: add security

This commit is contained in:
coderaiser 2016-03-28 15:27:04 -04:00
parent 02a061ff11
commit e29e8b4264
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ node_js:
script:
- npm run codestyle
- npm run security
- npm run coverage && npm run report
notifications:

View file

@ -31,6 +31,7 @@
"scripts": {
"start": "node bin/cloudcmd.js",
"start:dev": "nodemon bin/cloudcmd.js",
"security": "nsp check",
"codestyle": "npm-run-all --parallel lint:* jscs spell",
"lint:css": "recess css/*.css",
"lint:style": "stylelint css/*.css",
@ -106,6 +107,7 @@
"morgan": "^1.6.1",
"nodemon": "^1.9.1",
"npm-run-all": "^1.4.0",
"nsp": "^2.2.1",
"nyc": "^6.0.0",
"place": "^1.1.4",
"recess": "^1.1.9",