Skip to content

Commit

Permalink
Installed mocha and chai for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardonunesdev committed Sep 13, 2017
1 parent 359e366 commit eeaa77e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,25 @@
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev"
},
"scripts": {
"start": "NODE_ENV=dev && node index.js",
"test": "mocha --recursive --timeout 10000"
},
"dependencies": {
"bluebird": "^3.5.0",
"is-valid-domain": "0.0.2",
"ping": "^0.2.2",
"request": "^2.81.0"
},
"scripts": {
"start": "node index.js"
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3"
},
"homepage": "https://github.com/ricardonunesdev/domain-ping#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ricardonunesdev/domain-ping.git"
},
"homepage": "https://github.com/ricardonunesdev/domain-ping#readme",
"bugs": {
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev/domain-ping/issues"
Expand Down

0 comments on commit eeaa77e

Please sign in to comment.