providence
Version:
Reference a sub-structure of any data structure
44 lines (43 loc) • 908 B
JSON
{
"name": "providence",
"version": "0.7.1",
"description": "Reference a sub-structure of any data structure",
"main": "modules/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register",
"build": "./scripts/build.sh",
"prepublish": "npm run build"
},
"author": {
"name": "Alberto Leal",
"email": "mailforalberto@gmail.com",
"url": "github.com/Dashed"
},
"repository": "dashed/providence",
"license": "MIT",
"files": [
"modules"
],
"keywords": [
"cursor",
"immutable",
"providence",
"structure",
"data",
"datastructure"
],
"peerDependencies": {
"immutable": "3.x"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^2.3.0",
"mocha": "^2.3.2"
},
"dependencies": {
"lodash.get": "^3.7.0",
"lodash.has": "^3.2.1",
"lodash.isplainobject": "^3.2.0",
"lodash.set": "^3.7.4"
}
}