UNPKG

mobx-roof-pending-effect

Version:
65 lines (64 loc) 1.62 kB
{ "name": "mobx-roof-pending-effect", "version": "0.1.0", "description": "mobx-roof-pending-effect", "main": "lib/index.js", "scripts": { "build": "make build", "test": "make test", "test:watch": "make test-watch", "test:cover": "make test-cover", "prepublish": "make build", "lint": "make lint" }, "repository": { "type": "git", "url": "git+https://github.com/mobx-roof/mobx-roof-pending-effect.git" }, "keywords": [ "mobx", "mobx-roof", "react", "mobx-roof-pending-effect" ], "author": "xiamidaxia@icloud.com", "license": "ISC", "bugs": { "url": "https://github.com/mobx-roof/mobx-roof-pending-effect/issues" }, "homepage": "https://github.com/mobx-roof/mobx-roof-pending-effect#readme", "devDependencies": { "babel-cli": "^6.7.7", "babel-core": "^6.7.7", "babel-eslint": "^6.0.4", "babel-istanbul": "^0.8.0", "babel-plugin-add-module-exports": "^0.1.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-polyfill": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.7.2", "chai": "^3.5.0", "eslint": "~1.10.3", "eslint-config-airbnb": "~2.1.0", "eslint-plugin-react": "~3.12.0", "mocha": "^2.4.5", "pre-commit": "^1.1.2", "source-map-support": "^0.4.0" }, "babel": { "presets": [ "react", "es2015", "stage-0" ], "plugins": [ "add-module-exports", "transform-decorators-legacy" ] }, "pre-commit": [ "lint" ] }