apeman-react-mixins
Version:
React mixin set of apeman.
69 lines • 1.76 kB
JSON
{
"name": "apeman-react-mixins",
"version": "5.1.9",
"description": "React mixin set of apeman.",
"main": "lib",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/compile.js && ./ci/build.js"
},
"repository": "apeman-react-labo/apeman-react-mixins",
"keywords": [
"React",
"apeman",
"react-component"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-react-labo/apeman-react-mixins/issues"
},
"homepage": "https://github.com/apeman-react-labo/apeman-react-mixins#readme",
"dependencies": {
"apeman-brws-history": "^3.0.3",
"apemanlocale": "^5.0.11",
"apemanpromise": "^4.0.3",
"apemantimer": "^1.0.1",
"co": "^4.6.0",
"deep-equal": "^1.0.1",
"defaults": "^1.0.3",
"hammerjs": "^2.0.8",
"react-addons-pure-render-mixin": "^15.2.0",
"stringcase": "^3.0.1",
"uuid": "^2.0.2"
},
"devDependencies": {
"ape-compiling": "^4.3.3",
"ape-covering": "^3.0.3",
"ape-deploying": "^5.0.2",
"ape-doc": "^2.0.3",
"ape-releasing": "^4.0.1",
"ape-reporting": "^3.0.1",
"ape-tasking": "^4.0.3",
"ape-testing": "^4.0.0",
"ape-tmpl": "^5.0.11",
"ape-updating": "^4.0.2",
"ape-watching": "^2.1.1",
"apeman-react-demo": "^1.0.17",
"apeman-react-toast": "^2.0.8",
"apeman-react-view": "^2.1.3",
"coz": "^6.0.3",
"filecopy": "^2.0.0",
"filelink": "^3.0.3",
"injectmock": "^2.0.0",
"react": "^15.2.0",
"react-dom": "^15.2.0"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
}
}