UNPKG

react-s-alert-khardenstine

Version:

Alerts / Notifications for React with rich configuration options

70 lines (69 loc) 1.93 kB
{ "name": "react-s-alert-khardenstine", "version": "1.3.1", "description": "Alerts / Notifications for React with rich configuration options", "repository": { "type": "git", "url": "https://github.com/khardenstine/react-s-alert.git" }, "author": "Karl Hardenstine", "license": "MIT", "bugs": { "url": "https://github.com/khardenstine/react-s-alert/issues" }, "homepage": "https://github.com/khardenstine/react-s-alert", "keywords": [ "react-component", "react", "alert", "alerts", "react-alert", "react-alerts", "notifications", "react-notifications", "errors", "react-errors", "toastr" ], "options": { "mocha": "--require scripts/mocha_runner lib/**/__tests__/**/*.js" }, "scripts": { "prepublish": "babel --plugins transform-es2015-modules-umd lib --ignore __tests__ --out-dir ./dist", "lint": "eslint ./lib", "lintfix": "eslint ./lib --fix", "testonly": "mocha $npm_package_options_mocha", "test": "npm run lint && npm run testonly" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-eslint": "^7.2.1", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "chai": "^3.5.0", "enzyme": "^2.8.0", "eslint": "^3.19.0", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-react": "^6.10.3", "jsdom": "^9.12.0", "mocha": "^3.2.0", "nodemon": "^1.11.0", "prop-types": "^15.5.4", "react": "^15.5.0", "react-dom": "^15.5.0", "react-test-renderer": "^15.5.4" }, "peerDependencies": { "react": "^15.0.0", "react-dom": "^15.0.0", "prop-types": "^15.5.4" }, "dependencies": { "babel-runtime": "^6.23.0" } }