UNPKG

strikejs-react

Version:

A state management framework for ReactJS applications.

38 lines (37 loc) 969 B
{ "name": "strikejs-react", "version": "6.0.0", "description": "A state management framework for ReactJS applications. ", "main": "lib/index.js", "types": "strikejs-react.d.ts", "typings": "strikejs-react.d.ts", "scripts": { "test": "mocha --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "git+https://github.com/strike-js/strike-react.git" }, "keywords": [ "State", "Management", "ReactJS", "TypeScript" ], "author": "Suhail Abood <suhail.abood@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/strike-js/strike-react/issues" }, "homepage": "https://github.com/strike-js/strike-react#readme", "dependencies": { "@types/react": "^16.0.18", "@types/react-dom": "^16.0.2", "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "fuse-box": "^2.2.31", "typescript": "^2.3.2" } }