Skip to content

Commit

Permalink
Updated package.json to publish in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
surtich committed Oct 7, 2013
1 parent d67da67 commit f91572e
Showing 1 changed file with 26 additions and 14 deletions.
40 changes: 26 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
{
"name" : "candle"
, "version" : "0.0.2"
,
"dependencies" : {
"async" : "0.2.x"
, "express" : "3.x"
, "request":"*"
}
,
"engines" : {
"node" : "0.10.x"
, "npm" : "1.1.x"
}
"name": "candle",
"version": "0.0.2",
"dependencies": {
"async": "0.2.x",
"express": "3.x",
"request": "*"
},
"engines": {
"node": "0.10.x",
"npm": "1.1.x"
},
"description": "candle =======",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thegameofcode/candle.git"
},
"author": "surtich <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/thegameofcode/candle/issues"
}
}

0 comments on commit f91572e

Please sign in to comment.