lodash-ny-util
Version:
Lodash mixin for generic list, map, string functionality.
34 lines (33 loc) • 710 B
JSON
{
"name": "lodash-ny-util",
"version": "0.1.1",
"description": "Lodash mixin for generic list, map, string functionality.",
"main": "lodash-ny-util.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/nymag/lodash-ny-util.git"
},
"keywords": [
"New York Magazine",
"Lodash"
],
"author": "New York Magazine",
"license": "MIT",
"bugs": {
"url": "https://github.com/nymag/lodash-ny-util/issues"
},
"homepage": "https://github.com/nymag/lodash-ny-util",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.2.1"
},
"dependencies": {
"lodash": "^3.5.0"
}
}