mirror of
https://github.com/samsonjs/format.git
synced 2026-04-02 10:05:48 +00:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb1cf0bf01 |
1 changed files with 29 additions and 21 deletions
50
package.json
50
package.json
|
|
@ -1,22 +1,30 @@
|
||||||
{ "name" : "format"
|
{
|
||||||
, "description" : "printf, sprintf, and vsprintf for JavaScript"
|
"name": "format",
|
||||||
, "version" : "0.1.2"
|
"description": "printf, sprintf, and vsprintf for JavaScript",
|
||||||
, "homepage" : "http://samhuri.net/proj/format"
|
"version": "0.1.3",
|
||||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
"homepage": "http://samhuri.net/proj/format",
|
||||||
, "repository" :
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||||
{ "type" : "git"
|
"repository": {
|
||||||
, "url" : "https://github.com/samsonjs/format.git"
|
"type": "git",
|
||||||
}
|
"url": "git://github.com/samsonjs/format.git"
|
||||||
, "bugs" :
|
},
|
||||||
{ "mail" : "sami@samhuri.net"
|
"bugs": {
|
||||||
, "web" : "https://github.com/samsonjs/format/issues"
|
"email": "sami@samhuri.net",
|
||||||
}
|
"url": "https://github.com/samsonjs/format/issues"
|
||||||
, "directories" : { "lib" : "./lib" }
|
},
|
||||||
, "main" : "./lib/index"
|
"directories": {
|
||||||
, "engines" : { "node" : "0.4.x - 0.6.x" }
|
"lib": "./lib"
|
||||||
, "licenses" :
|
},
|
||||||
[ { "type" : "MIT"
|
"main": "./lib/index",
|
||||||
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"
|
"engines": {
|
||||||
|
"node": "0.4.x - 0.6.x"
|
||||||
|
},
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"type": "MIT",
|
||||||
|
"url": "http://github.com/samsonjs/format/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"dependencies": {},
|
||||||
|
"devDependencies": {}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue