Skip to content

Commit

Permalink
Updated module info
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardonunesdev committed Sep 14, 2017
1 parent c7cad05 commit a2e3245
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "domain-ping",
"version": "0.1.0",
"description": "NodeJS script that pings a list of domains",
"main": "index.js",
"description": "A small module that attempts to ping domains",
"main": "domain-ping.js",
"license": "MIT",
"author": {
"name": "Ricardo Nunes",
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev"
},
"scripts": {
"start": "NODE_ENV=dev && node index.js",
"test": "mocha --recursive --timeout 30000"
"test": "mocha --reporter spec --recursive --timeout 30000"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.5.0",
Expand All @@ -24,10 +26,7 @@
"mocha": "^3.5.3"
},
"homepage": "https://github.com/ricardonunesdev/domain-ping#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ricardonunesdev/domain-ping.git"
},
"repository": "https://github.com/ricardonunesdev/domain-ping",
"bugs": {
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev/domain-ping/issues"
Expand Down

0 comments on commit a2e3245

Please sign in to comment.