Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Apr 21, 2016
1 parent d4a839d commit 096d8a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "mqp-api",
"version": "0.2.0",
"main": "index.js",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "nyc ava",
"test-coveralls": "nyc ava && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -18,6 +19,11 @@
"dependencies": {
"bluebird": "^3.3.4",
"sha.js": "^2.4.5",
"websocket": "^1.0.22"
"ws": "^1.1.0"
},
"devDependencies": {
"ava": "^0.14.0",
"coveralls": "^2.11.9",
"nyc": "^6.4.0"
}
}

0 comments on commit 096d8a1

Please sign in to comment.