UNPKG

react-notification-badge

Version:
81 lines (80 loc) 2.23 kB
{ "name": "react-notification-badge", "version": "1.5.1", "description": "Simple notification badge react component", "main": "lib/index.js", "scripts": { "browser": "browser-sync start --files example/* --server example", "watch:example": "watchify example/app.js -dv -o example/bundle.js", "start:example": "yarn run watch:example & yarn run browser", "test:local": "karma start", "test": "./node_modules/.bin/karma start --browsers Firefox --single-run", "clean": "rimraf lib", "build": "babel src --out-dir lib" }, "repository": { "type": "git", "url": "git://github.com/mobilusoss/react-notification-badge" }, "keywords": [ "react", "react-component", "badge", "notification" ], "author": "Takeharu.Oshida", "license": "MIT", "bugs": { "url": "https://github.com/mobilusoss/react-notification-badge/issues" }, "homepage": "https://github.com/mobilusoss/react-notification-badge", "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.5.4", "@babel/preset-react": "^7.0.0", "babel-eslint": "^10.0.2", "babelify": "^10.0.0", "browser-sync": "^2.26.7", "browserify": "^16.3.0", "chai": "^4.2.0", "eslint": "^6.0.1", "eslint-config-airbnb": "^17.1.1", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.2", "karma": "^4.2.0", "karma-browserify": "^6.1.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.0.0", "karma-cli": "^2.0.0", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-safari-launcher": "^1.0.0", "karma-spec-reporter": "0.0.32", "mocha": "^6.1.4", "prop-types": "^15.7.2", "react": "^16.8.6", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.8.6", "rimraf": "^2.6.3", "sinon": "^7.3.2", "watchify": "^3.11.1" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6" }, "browserify": { "transform": [ [ "babelify" ] ] }, "dependencies": { "core-js": "3" } }