{ "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 (http://esa-matti.suuronen.org/)", "Edward Tsech ", "Sasha Koss (http://koss.nocorp.me/)", "Vladimir Dronnikov ", "Pete Kruckenberg ()", "Paul Chavard ()", "Ed Finkler ()" ], "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" } ] }