UNPKG

@barteh/machinize

Version:

a javascript library implements finite-state machine for application developement purpose

45 lines (44 loc) 1.3 kB
{ "name": "@barteh/machinize", "version": "1.0.37", "description": "a javascript library implements finite-state machine for application developement purpose ", "main": "index.js", "scripts": { "test": " npm run build && node ./lib/test", "build": "npm run lint && babel src -d lib && babel index.d.js -o index.js", "up": "npm publish --access public --scope=barteh", "lint": "./node_modules/.bin/eslint src/**/*.js && echo \"eslint code is ok\"" }, "repository": { "type": "git", "url": "git+https://github.com/barteh/machinize.git" }, "keywords": [ "machinize", "fsm", "finite-state-machine", "javascript", "barteh", "برته", "Observable-fsm", "auto-condition-transition-fsm" ], "author": "Ahad Rafat Talebi", "license": "MIT", "bugs": { "url": "https://github.com/barteh/machinize/issues" }, "dependencies": { "rxjs": "^5.5.10" }, "homepage": "https://github.com/barteh/machinize/wiki", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "babel-eslint": "^8.2.6", "eslint": "^5.2.0", "eslint-plugin-react": "^7.10.0" } }