strftime/package.json
Sami Samhuri a5e2d305db 0.5.1
2013-03-07 10:31:42 -08:00

42 lines
1 KiB
JSON

{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.5.1",
"homepage": "http://samhuri.net/proj/strftime",
"author": "Sami Samhuri <sami@samhuri.net>",
"contributors": [
"Sami Samhuri <sami@samhuri.net> (http://samhuri.net)",
"Andrew Schaaf <andrew@andrewschaaf.com> (http://andrewschaaf.com/)",
"Rob Colburn <rob@robcolburn.com> (http://robcolburn.com/)",
"Ryan Stafford (http://droffats.net/)"
],
"repository": {
"type": "git",
"url": "git://github.com/samsonjs/strftime.git"
},
"bugs": {
"email": "sami@samhuri.net",
"url": "https://github.com/samsonjs/strftime/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index",
"engines": {
"node": ">=0.2.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
}
],
"component": {
"scripts": {
"strftime": "./lib/index.js"
}
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}