UNPKG

ez-flux

Version:

an easy to use flux implementation

61 lines (60 loc) 1.84 kB
{ "name": "ez-flux", "version": "0.14.7", "description": "an easy to use flux implementation", "main": "./lib/index.js", "scripts": { "start": "bash start.sh", "build": "babel src --out-dir lib", "lint:fix": "eslint --color --fix --ext .js ./src", "test:coverage": "NODE_ENV=test jest --coverage", "build:watch": "npm run build -- --watch", "eslint:watch": "esw -w --cache --color --ext .js --ext .jsx ./src ./test", "test": "jest", "test:watch": "npm run test -- --watch", "flow:watch": "nodemon -q --watch src --ext js -x 'flow; echo'", "flow:deffile": "cp src/index.js lib/index.js.flow" }, "repository": { "type": "git", "url": "git+https://github.com/goetting/ez-flux.git" }, "keywords": [ "flux", "easy", "ez", "simple", "state", "machine" ], "author": "Goetz Goetting", "license": "MIT", "bugs": { "url": "https://github.com/goetting/ez-flux/issues" }, "homepage": "https://github.com/goetting/ez-flux#readme", "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.23.1", "babel-eslint": "^7.1.1", "babel-jest": "^19.0.0", "babel-plugin-transform-class-properties": "^6.23.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-latest": "^6.22.0", "babel-register": "^6.24.1", "concurrently": "^3.3.0", "eslint": "3.13.1", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-flowtype": "2.29.2", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jest": "^19.0.1", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.10.3", "eslint-watch": "^3.1.0", "eventemitter3": "^2.0.2", "flow-bin": "^0.48.0", "jest": "^20.0.4", "nodemon": "^1.11.0" } }