UNPKG

simple-store-js

Version:

Simple State Management: isomorphic, slim, quick

42 lines (41 loc) 1.21 kB
{ "name": "simple-store-js", "version": "0.2.1", "description": "Simple State Management: isomorphic, slim, quick", "main": "lib/simple.store.js", "dependencies": { "fast-deep-equal": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/baublet/simple-state-js.git" }, "homepage": "https://github.com/baublet/simple-state-js", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "jest": "^21.2.1", "webpack": "^3.7.1" }, "scripts": { "test": "jest", "build": "webpack --config webpack.config.js", "release:major": "npm run build && git commit -a -m \"Increment and release major\" && npm version major && npm publish", "release:minor": "npm run build && git commit -a -m \"Increment and release minor\" && npm version minor && npm publish", "release:patch": "npm run build && git commit -a -m \"Increment and release patch\" && npm version patch && npm publish" }, "babel": { "presets": "env" }, "keywords": [ "state", "data", "bind", "data-bind", "binding", "data-binding" ], "author": "Ryan M. Poe", "license": "ISC" }