UNPKG

arbor-store

Version:

Seamless state management made with <3

65 lines (64 loc) 1.97 kB
{ "name": "arbor-store", "version": "0.5.0", "description": "Seamless state management made with <3", "author": "drborges <drborges.cic@gmail.com> (https://github.com/drborges)", "license": "MIT", "main": "lib/index.js", "module": "src/index.jsx", "jsnext:main": "src/index.jsx", "repository": { "type": "git", "url": "https://github.com/drborges/arbor-store.git" }, "keywords": [ "arbor", "redux", "state", "store", "functional", "immutable", "replay", "flux" ], "bugs": { "url": "https://github.com/drborges/arbor-store/issues" }, "homepage": "https://github.com/drborges/arbor-store", "scripts": { "build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.js", "build:watch": "./node_modules/webpack/bin/webpack.js --config webpack.config.js --watch", "test": "mocha", "test:watch": "mocha -w", "flow:watch": "flow-watch", "prepare": "yarn build", "preversion": "yarn test", "version": "yarn build", "postversion": "git push && git push --tags", "release-patch": "npm version patch -m", "release-minor": "npm version minor -m", "release-major": "npm version major -m", "publish": "npm login && npm publish ./" }, "devDependencies": { "babel-cli": "^6.24.0", "babel-core": "^6.24.0", "babel-loader": "^6.4.1", "babel-plugin-transform-class-properties": "^6.23.0", "babel-plugin-transform-es2015-computed-properties": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.3.2", "chai": "^3.5.0", "compression-webpack-plugin": "^1.1.2", "flow-bin": "^0.42.0", "flow-watch": "^1.1.1", "growl": "^1.9.2", "mocha": "^3.2.0", "sinon": "^2.1.0", "sinon-chai": "^2.9.0", "webpack": "^2.3.2", "webpack-bundle-analyzer": "^2.9.1", "webpack-dev-server": "^2.4.2" } }