Skip to content

Commit

Permalink
Removed offsprint form package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Sep 24, 2014
1 parent 74c6501 commit 3066954
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "netfilter",
"version": "0.2.3",
"description": "Packet filtering framework. Wrapper to provide netfilter capabilities from Node.js",
"main": "index.js",
"keywords": [
"name" : "netfilter",
"version" : "0.2.3",
"description" : "Packet filtering framework. Wrapper to provide netfilter capabilities from Node.js",
"main" : "index.js",
"keywords" : [
"stateless",
"stateful",
"packet",
Expand All @@ -28,28 +28,27 @@
"set"
],
"dependencies": {
"async": "~0.9.0",
"offspring": "~1.0.0",
"async" : "~0.9.0",
"process-queue": "^1.0.1",
"shell-quote": "^1.4.2"
"shell-quote" : "^1.4.2"
},
"engines": {
"engines" : {
"node": ">=0.8.0"
},
"homepage": "https://github.com/diosney/node-netfilter",
"bugs": {
"homepage" : "https://github.com/diosney/node-netfilter",
"bugs" : {
"url": "https://github.com/diosney/node-netfilter/issues"
},
"author": {
"name": "Diosney Sarmiento",
"author" : {
"name" : "Diosney Sarmiento",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"license" : "MIT",
"repository" : {
"type": "git",
"url": "https://github.com/diosney/node-netfilter.git"
"url" : "https://github.com/diosney/node-netfilter.git"
},
"scripts": {
"scripts" : {
"test": "node test/*.js"
}
}

0 comments on commit 3066954

Please sign in to comment.