Skip to content

Commit

Permalink
added build deps to package.json and run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
devm33 committed Sep 30, 2015
1 parent 4fffe1f commit 7431835
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,10 @@
"description": "inline angular templates into directive definition objects",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha --reporter spec",
"lint": "jshint index.js test && jscs index.js test",
"cover": "istanbul cover _mocha -- -R spec",
"coveralls": "npm run cover && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -29,6 +32,10 @@
},
"homepage": "https://github.com/devm33/gulp-ng-template-strings#readme",
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.3.21",
"jscs": "^2.2.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"vinyl": "^1.0.0",
"vinyl-fs": "^2.1.0"
Expand Down

0 comments on commit 7431835

Please sign in to comment.