mirror of
https://github.com/samsonjs/batteries.git
synced 2026-04-27 15:07:42 +00:00
fix style in package.json
This commit is contained in:
parent
7ec9d3f296
commit
b7ba7b5dc0
1 changed files with 11 additions and 19 deletions
28
package.json
28
package.json
|
|
@ -3,28 +3,20 @@
|
||||||
, "version": "0.4.0"
|
, "version": "0.4.0"
|
||||||
, "homepage": "http://samhuri.net/proj/batteries"
|
, "homepage": "http://samhuri.net/proj/batteries"
|
||||||
, "author": "Sami Samhuri <sami@samhuri.net>"
|
, "author": "Sami Samhuri <sami@samhuri.net>"
|
||||||
, "repository": {
|
, "repository" :
|
||||||
"type": "git",
|
{ "type": "git"
|
||||||
"url": "git://github.com/samsonjs/batteries.git"
|
, "url": "git://github.com/samsonjs/batteries.git"
|
||||||
}
|
}
|
||||||
, "bugs": {
|
, "bugs" :
|
||||||
"email": "sami@samhuri.net",
|
{ "email": "sami@samhuri.net"
|
||||||
"url": "https://github.com/samsonjs/batteries/issues"
|
, "url": "https://github.com/samsonjs/batteries/issues"
|
||||||
}
|
|
||||||
, "directories": {
|
|
||||||
"lib": "./lib"
|
|
||||||
}
|
|
||||||
, "bin": {
|
|
||||||
"node-batteries": "./repl.js"
|
|
||||||
}
|
}
|
||||||
|
, "bin" : { "node-batteries": "./repl.js" }
|
||||||
, "main" : "./lib/index"
|
, "main" : "./lib/index"
|
||||||
, "engines": {
|
, "engines" : { "node": "0.4.x" }
|
||||||
"node": "0.4.x"
|
|
||||||
}
|
|
||||||
, "licenses": [
|
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
, "dependencies" : { "strftime" : "0.4.x" }
|
, "dependencies" : { "strftime" : "0.4.x" }
|
||||||
|
, "licenses" : [
|
||||||
|
{ "type": "MIT",
|
||||||
"url": "https://github.com/samsonjs/batteries/raw/master/LICENSE"
|
"url": "https://github.com/samsonjs/batteries/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue