mirror of
https://github.com/samsonjs/batteries.git
synced 2026-03-25 09:15:46 +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
30
package.json
30
package.json
|
|
@ -3,28 +3,20 @@
|
|||
, "version": "0.4.0"
|
||||
, "homepage": "http://samhuri.net/proj/batteries"
|
||||
, "author": "Sami Samhuri <sami@samhuri.net>"
|
||||
, "repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/samsonjs/batteries.git"
|
||||
, "repository" :
|
||||
{ "type": "git"
|
||||
, "url": "git://github.com/samsonjs/batteries.git"
|
||||
}
|
||||
, "bugs": {
|
||||
"email": "sami@samhuri.net",
|
||||
"url": "https://github.com/samsonjs/batteries/issues"
|
||||
, "bugs" :
|
||||
{ "email": "sami@samhuri.net"
|
||||
, "url": "https://github.com/samsonjs/batteries/issues"
|
||||
}
|
||||
, "directories": {
|
||||
"lib": "./lib"
|
||||
}
|
||||
, "bin": {
|
||||
"node-batteries": "./repl.js"
|
||||
}
|
||||
, "main": "./lib/index"
|
||||
, "engines": {
|
||||
"node": "0.4.x"
|
||||
}
|
||||
, "licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
, "bin" : { "node-batteries": "./repl.js" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node": "0.4.x" }
|
||||
, "dependencies" : { "strftime" : "0.4.x" }
|
||||
, "licenses" : [
|
||||
{ "type": "MIT",
|
||||
"url": "https://github.com/samsonjs/batteries/raw/master/LICENSE"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue