2011-05-07 15:16:47 +01:00

40 lines
1.1 KiB
JSON

{
"name": "underscore.string",
"version": "1.1.4",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "https://github.com/edtsech/underscore.string",
"contributors": [
"Esa-Matti Suuronen <esa-matti@suuronen.org> (http://esa-matti.suuronen.org/)",
"Edward Tsech <edtsech@gmail.com>",
"Sasha Koss <kossnocorp@gmail.com> (http://koss.nocorp.me/)",
"Vladimir Dronnikov <dronnikov@gmail.com>",
"Pete Kruckenberg (<https://github.com/kruckenb>)",
"Paul Chavard <paul@chavard.net> (<http://tchak.net>)",
"Ed Finkler <coj@funkatron.com> (<http://funkatron.com>)"
],
"keywords": [
"underscore",
"string"
],
"main": "./lib/underscore.string",
"directories": {
"lib": "./lib"
},
"engines": {
"node": "*"
},
"dependencies": {
"underscore": "1.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/edtsech/underscore.string.git"
},
"bugs": {
"url": "https://github.com/edtsech/underscore.string/issues"
},
"licenses" : [
{ "type" : "MIT" }
]
}