mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +00:00
0.1.3
This commit is contained in:
parent
a147fd1e76
commit
7adae2f18a
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"
|
||||
, "version" : "0.1.2"
|
||||
, "homepage" : "http://samhuri.net/proj/format"
|
||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
||||
, "repository" :
|
||||
{ "type" : "git"
|
||||
, "url" : "https://github.com/samsonjs/format.git"
|
||||
}
|
||||
, "bugs" :
|
||||
{ "mail" : "sami@samhuri.net"
|
||||
, "web" : "https://github.com/samsonjs/format/issues"
|
||||
}
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node" : "0.4.x - 0.6.x" }
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"
|
||||
{
|
||||
"name": "format",
|
||||
"description": "printf, sprintf, and vsprintf for JavaScript",
|
||||
"version": "0.1.3",
|
||||
"homepage": "http://samhuri.net/proj/format",
|
||||
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/samsonjs/format.git"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "sami@samhuri.net",
|
||||
"url": "https://github.com/samsonjs/format/issues"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"main": "./lib/index",
|
||||
"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