UNPKG

finitestate

Version:

1. All actions are functions which have a $$displayName property. 2. All states are strings 3. Json representation for SSR

54 lines (53 loc) 1.6 kB
{ "name": "finitestate", "version": "1.0.3", "description": "1. All actions are functions which have a $$displayName property. 2. All states are strings 3. Json representation for SSR", "main": "lib/index.js", "watch": { "build": "{src,demo}/**/*.js" }, "scripts": { "build": "babel src --out-dir lib", "lint": "eslint {__tests__,src}/*.js", "watch": "npm-watch", "test:watch": "jest --watchAll", "pretest:only": "npm run build", "test:only": "jest", "test": "npm run lint && npm run test:only", "pretty": "prettier --write '{__tests__,src}/*.js'", "prebuild": "rimraf lib", "prepublish": "npm run pretty && npm run test", "postpublish": "git push origin master --tags" }, "repository": { "type": "git", "url": "git+https://github.com/imbhargav5/finitestate.git" }, "keywords": [ "finite-state" ], "author": "Bhargav Ponnapalli <bhargavponnapalli.5@gmail.com> (https://github.com/imbhargav5)", "license": "MIT", "bugs": { "url": "https://github.com/imbhargav5/finitestate/issues" }, "homepage": "https://github.com/imbhargav5/finitestate#readme", "devDependencies": { "babel-cli": "6.26.0", "babel-core": "6.26.0", "babel-eslint": "8.2.1", "babel-preset-env": "1.6.1", "babel-preset-react": "6.24.1", "babel-preset-stage-0": "6.24.1", "babel-register": "6.26.0", "eslint": "4.16.0", "eslint-plugin-react": "7.6.1", "jest": "22.1.4", "npm-watch": "0.3.0", "rimraf": "2.6.2" }, "dependencies": { "lodash": "4.17.4", "prettier": "1.10.2" } }