obj
Version:
Object chaining tools
35 lines (34 loc) • 636 B
JSON
{
"name": "obj",
"description": "Object chaining tools",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/obj.git"
},
"homepage": "https://github.com/juliangruber/obj",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {},
"devDependencies": {
"tape": "*"
},
"keywords": [
"obj",
"o",
"object",
"chaining",
"chain",
"tool",
"tools",
"functional"
],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT"
}