Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vash15 committed Jan 19, 2016
1 parent d47a08a commit 87f4263
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
{
"name": "eve",
"name": "node-eve",
"version": "1.2.0",
"description": "Eve command line tools",
"bin": {
"eve": "./lib/eve.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SonoIo/node-eve.git"
},
"keywords": [
"eve",
"command",
"browserify",
"client",
"cli"
],
"contributors": [{
"name": "Matteo Baggio",
"email" : "[email protected]"
},{
"name": "Michele Belluco",
"email" : "[email protected]"
}],
"license": "MIT",
"dependencies": {
"brfs": "~1.3.0",
"browserify": "~8.1.3",
Expand Down

0 comments on commit 87f4263

Please sign in to comment.