UNPKG

itsa-react-button

Version:

Interactive button, like a normal button, but with extended behaviour

95 lines (94 loc) 2.19 kB
{ "name": "itsa-react-button", "version": "16.0.12", "description": "Interactive button, like a normal button, but with extended behaviour", "author": [ { "name": "Marco Asbreuk", "email": "marco@itsasbreuk.nl" } ], "repository": { "type": "git", "url": "https://github.com/ItsAsbreuk/itsa-react-button" }, "bugs": { "url": "https://github.com/ItsAsbreuk/itsa-react-button/issues" }, "keywords": [ "itsasbreuk", "itsa", "react", "react-component", "itsa-react-button", "react-button" ], "main": "./lib/component.jsx", "engines": { "node": ">=5" }, "directories": { "css": "./css", "lib": "./lib" }, "dependencies": { "itsa-dom": "^1.2.2", "itsa-utils": "^1.4.1", "prop-types": "^15.6.2" }, "peerDependencies": { "react": ">=15" }, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "chai": "^3.4.1", "chai-equal-jsx": "^1.0.9", "css-loader": "^0.23.1", "eslint": "^4.19.1", "eslint-plugin-react": "^7.10.0", "istanbul": "^0.3.0", "jsdom": "^7.2.2", "jsdom-global": "^1.6.1", "jshint": "^2.9.6", "mocha": "^1.21.4", "node-sass": "^4.9.2", "react": "^15.6.1", "react-addons-test-utils": "^15.0.1", "react-dom": "^15.6.1", "sass-loader": "^6.0.7", "style-loader": "^0.13.0", "webpack": "^2.7.0", "yuidocjs": "^0.9.0" }, "scripts": { "pretest": "eslint ./**/*.jsx?", "test": "mocha 'tests/*.js' --compilers js:babel-core/register", "lint": "eslint ./**/*.jsx?", "build": "webpack && yuidoc ./lib -q -c ./yuidoc.json" }, "maintainers": [ { "name": "Marco Asbreuk", "email": "marco@itsasbreuk.nl" } ], "testling": { "harness": "mocha", "files": "tests/*.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest" ] }, "license": "BSD-3-Clause" }