Skip to content

Commit

Permalink
added coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 4, 2014
1 parent a6093fb commit 62190ca
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "commerce",
"version": "0.0.0",
"version": "0.0.1",
"description": "E-Commerce Node Application",
"main": "app/index.js",
"directories": {
"test": "test"
},
"bin": {"coveralls" : "./node_modules/coveralls/bin/coveralls.js"},
"scripts": {
"test": "mocha test --recursive -R spec"
"test": "mocha test --recursive -R spec",
"coveralls": "./node_modules/mocha/bin/mocha test --recursive -r blanket -R mocha-lcov-reporter | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -19,6 +21,11 @@
"url": "https://github.com/abarnhard/commerce/issues"
},
"homepage": "https://github.com/abarnhard/commerce",
"config": {
"blanket": {
"pattern": "/app/"
}
},
"dependencies": {
"body-parser": "^1.5.2",
"express": "^4.7.2",
Expand Down

0 comments on commit 62190ca

Please sign in to comment.