realloc
Version:
Observable and Immutable State Manager Base On JSONPath For Javascript Applications
43 lines (42 loc) • 1.21 kB
JSON
{
"name": "realloc",
"version": "0.0.12",
"description": "Observable and Immutable State Manager Base On JSONPath For Javascript Applications",
"main": "lib/index.js",
"scripts": {
"build": "webpack --config ./config/webpack.dev.js",
"test": "npm run lint && JASMINE_CONFIG_PATH=test/support/jasmine.json istanbul cover jasmine",
"travis-test": "JASMINE_CONFIG_PATH=test/support/jasmine.json istanbul cover jasmine && (cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js)",
"lint": "eslint src",
"version": "npm test && npm run build",
"postversion": "npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/foomorrow/realloc.git"
},
"keywords": [
"realloc",
"functional",
"immutable",
"state",
"predictable",
"flux",
"react"
],
"author": "foomorrow",
"license": "MIT",
"bugs": {
"url": "https://github.com/foomorrow/realloc/issues"
},
"devDependencies": {
"babel-core": "^5.8.34",
"babel-eslint": "^4.1.6",
"babel-loader": "^5.4.0",
"coveralls": "^2.11.4",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"jasmine": "^2.4.1",
"webpack": "^1.12.9"
}
}