halis-state
Version:
Manage immutable state with these helpers for Objects and Arrays
38 lines (37 loc) • 812 B
JSON
{
"name": "halis-state",
"version": "1.0.0",
"description": "Manage immutable state with these helpers for Objects and Arrays",
"main": "./src/state.js",
"scripts": {
"test": "clear && mocha \"test/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/halis/halis-state.git"
},
"keywords": [
"state",
"management",
"immutable",
"immutability",
"Object",
"Objects",
"Array",
"Arrays",
"helper",
"helpers",
"copy",
"copies"
],
"author": "Chris Grimes (http://halistechnology.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/halis/halis-state/issues"
},
"homepage": "https://github.com/halis/halis-state#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}