hu
Version:
Functional utility helper library
42 lines (41 loc) • 793 B
JSON
{
"name": "hu",
"version": "0.1.2",
"description": "Functional utility helper library",
"homepage": "http://github.com/h2non/hu.js",
"bugs": "https://github.com/h2non/hu.js/issues",
"author": "Tomas Aparicio",
"repository": "h2non/hu",
"licenses": "MIT",
"main": "./lib/hu",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make test"
},
"keywords": [
"util",
"functional",
"utilities",
"utility",
"helper",
"helpers",
"functions",
"methods",
"istype",
"lodash",
"underscore"
],
"devDependencies": {
"browserify": "~3.32.1",
"wisp": "~0.10.0",
"mocha": "~1.18.0",
"uglify-js": "~2.4.12",
"semver": "^2.2.1",
"os-shim": "~0.1.2"
}
}