Skip to content

Commit

Permalink
Add npm run security
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 5, 2015
1 parent d7723aa commit eb418ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -6,12 +6,13 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test.js && npm run coverage-quiet",
"test": "npm run lint && node test.js && npm run coverage-quiet && npm run security",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js",
"eslint": "eslint *.js"
"eslint": "eslint *.js",
"security": "nsp package"
},
"repository": {
"type": "git",
Expand All @@ -37,7 +38,8 @@
"covert": "^1.1.0",
"jscs": "^2.0.0",
"eslint": "^1.0.0",
"@ljharb/eslint-config": "^1.0.4"
"@ljharb/eslint-config": "^1.0.4",
"nsp": "^1.0.3"
},
"testling": {
"files": "test.js",
Expand Down

0 comments on commit eb418ed

Please sign in to comment.