UNPKG

hyperflow

Version:

A javascript state flow and mutation management toolkit & library for developing universal app.

75 lines (74 loc) 2.17 kB
{ "name": "hyperflow", "version": "0.2.1", "registry": "github", "description": "A javascript state flow and mutation management toolkit & library for developing universal app.", "license": "MIT", "homepage": "https://github.com/tuantle/hyperflow", "authors": [ "Tuan Le <tuan.t.lei@gmail.com> (https://github.com/tuantle)" ], "repository": { "type": "git", "url": "https://github.com/tuantle/hyperflow.git" }, "keywords": [ "hypertoxin", "flow", "managment", "functional", "immutable", "rxjs", "react", "react-native", "state", "predictable", "unidirectional" ], "bugs": { "url": "https://github.com/tuantle/hyperflow/issues" }, "main": "src/hyperflow.js", "directories": { "lib": "src" }, "engines": { "node": ">=9.x", "npm": ">=5.x" }, "peerDependencies": { "tape": ">=4.9.x", "semver": ">=5.6.0", "react": ">=16.8.x", "react-dom": ">=16.8.x", "react-native": ">=0.59.x", "prop-types": ">=15.6.x" }, "dependencies": { "rxjs": ">=6.5.x" }, "devDependencies": { "@babel/core": ">=7.4.x", "@babel/node": ">=7.2.x", "@babel/plugin-proposal-class-properties": ">=7.4.x", "@babel/plugin-proposal-object-rest-spread": ">=7.4.x", "@babel/plugin-transform-strict-mode": ">=7.2.x", "@babel/preset-env": ">=7.4.x", "@babel/preset-react": ">=7.0.x", "@babel/register": ">=7.4.x", "@babel/runtime": ">=7.4.x", "babel-eslint": ">=10.0.x", "eslint": ">=5.16.x", "eslint-plugin-react": ">=7.13.x", "eslint-plugin-react-native": ">=3.7.x", "metro-react-native-babel-preset": ">=0.54.x", "prop-types": ">=15.7.x", "react": ">=16.8.x", "react-dom": ">=16.8.x", "react-test-renderer": ">=16.8.x", "tape": ">=4.10.x" }, "scripts": { "start-unit-tests": "NODE_ENV=development babel-node ./__tests__/test-suites" } }