Skip to content

Commit

Permalink
Tidy package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Aug 23, 2016
1 parent 9d6430b commit ce75334
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,57 @@
{
"name": "packet",
"version": "0.0.7",
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"description": "Pure JavaScript evented binary parsers and serializers for Node.js.",
"name": "packet",
"version": "0.0.7",
"description":

"Pure JavaScript evented binary parsers and serializers for Node.js.",

"keywords":
[
"packet", "pack", "binary", "network", "structure",
"async", "asynchronous", "javascript"
"packet", "pack", "binary", "network", "structure",
"async", "asynchronous", "javascript"
],
"homepage": "https://github.com/bigeasy/packet",
"bugs": "https://github.com/bigeasy/packet/issues",
"devDependencies":
{
"proof": "1.0.x"
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"contributors":
[{
"name": "J. Ryan Stinnett",
"email": "jryans@gmail.com"
},
"dependencies":
{
"programmatic": "0.0.8"
"name": "Ben Hockey",
"email": "neonstalwart@gmail.com"
},
"repository":
{
"type": "git",
"url": "http://github.com/bigeasy/packet.git"
},
"contributors":
[{
"name": "J. Ryan Stinnett",
"email": "jryans@gmail.com"
"name": "Greg Ose",
"email": "neonstalwart@gmail.com",
"web": "http://nullmethod.com/"
},
{
"name": "Ben Hockey",
"email": "neonstalwart@gmail.com"
"name": "Aaron Qian",
"email": "aq1018@gmail.com"
},
{
"name": "Greg Ose",
"email": "neonstalwart@gmail.com",
"web": "http://nullmethod.com/"
"name": "Demarius Chrite",
"email": "chrite.demarius@gmail.com",
"web": "https://github.com/demarius"
}],
"homepage": "https://github.com/bigeasy/packet",
"bugs": "https://github.com/bigeasy/packet/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "http://github.com/bigeasy/packet.git"
},
"dependencies":
{
"name": "Aaron Qian",
"email": "aq1018@gmail.com"
"programmatic": "0.0.x"
},
"devDependencies":
{
"name": "Demarius Chrite",
"email": "chrite.demarius@gmail.com",
"web": "https://github.com/demarius"
}],
"license": "MIT",
"scripts" :
"proof": "1.0.x"
},
"scripts":
{
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
}
}

0 comments on commit ce75334

Please sign in to comment.