Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Feb 5, 2014
1 parent 87f35e5 commit 809b776
Showing 1 changed file with 40 additions and 24 deletions.
64 changes: 40 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
{ "name" : "portscanner"
, "description" : "Asynchronous port scanner for Node.js"
, "keywords" : [ "portscanner", "port", "scanner", "checker", "status" ]
, "version" : "0.1.3"
, "preferGlobal" : false
, "homepage" : "https://github.com/baalexander/node-portscanner"
, "author" : [
"Brandon Alexander <[email protected]> (https://github.com/baalexander)"
, "Sean Massa <[email protected]> (http://massalabs.com)"
]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/baalexander/node-portscanner.git"
}
, "bugs" : { "url" : "https://github.com/baalexander/node-portscanner/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/portscanner.js"
, "dependencies" : { "async" : "0.1.15" }
, "devDependencies" : { }
, "engines" : { "node" : ">=0.4", "npm" : ">=1.0.0" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "https://github.com/baalexander/node-portscanner/raw/master/LICENSE"
{
"name": "portscanner",
"description": "Asynchronous port scanner for Node.js",
"keywords": [
"portscanner",
"port",
"scanner",
"checker",
"status"
],
"version": "0.2.0",
"preferGlobal": false,
"homepage": "https://github.com/baalexander/node-portscanner",
"author": [
"Brandon Alexander <[email protected]> (https://github.com/baalexander)",
"Sean Massa <[email protected]> (http://massalabs.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/baalexander/node-portscanner.git"
},
"bugs": {
"url": "https://github.com/baalexander/node-portscanner/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/portscanner.js",
"dependencies": {
"async": "0.1.15"
},
"devDependencies": {},
"engines": {
"node": ">=0.4",
"npm": ">=1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/baalexander/node-portscanner/raw/master/LICENSE"
}
]
}

0 comments on commit 809b776

Please sign in to comment.