UNPKG

apeman-react-select

Version:
74 lines 1.89 kB
{ "name": "apeman-react-select", "version": "3.1.1", "description": "apeman react package for select component.", "main": "shim/node", "scripts": { "test": "node ./ci/test.js", "prepare": "node ./ci/build.js" }, "repository": "apeman-react-labo/apeman-react-select", "keywords": [ "apeman", "React", "react-component", "select" ], "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-select/issues" }, "homepage": "https://github.com/apeman-react-labo/apeman-react-select#readme", "dependencies": { "acolor": "^1.2.0", "apeman-react-icon": "^4.0.8", "apeman-react-mixin-layout": "^1.1.0", "apeman-react-style": "^4.1.7", "apeman-react-touchable": "^5.3.0", "asobj": "^1.5.0", "bwindow": "^1.0.7", "classnames": "^2.2.5", "numcal": "^3.1.4" }, "devDependencies": { "ababel": "^2.0.1", "ababel-es2015": "^2.0.1", "ababel-react": "^2.0.0", "abrowserify": "^2.0.0", "amocha": "^2.0.0", "ape-capturing": "^1.0.4", "ape-deploying": "^5.1.1", "ape-doc": "^2.0.4", "ape-releasing": "^4.0.4", "ape-reporting": "^3.0.2", "ape-tasking": "^4.0.9", "ape-tmpl": "^5.0.20", "ape-updating": "^4.1.0", "apeman-asset-templates": "^3.0.0", "apeman-react-demo": "^1.0.22", "awatch": "^1.0.4", "breact": "^1.3.0", "co": "^4.6.0", "coz": "^6.0.20", "enzyme": "^2.7.1", "filecopy": "^3.0.1", "injectmock": "^2.0.0", "react": "^15.4.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "stringcase": "^3.2.1" }, "peerDependencies": { "react": ">=15", "react-dom": ">=15" }, "engines": { "node": ">=6", "npm": ">=4" } }