{ "name": "react-image-service-worker", "version": "1.0.11", "description": "React component to fetch image resources via service workers", "main": "index.js", "scripts": { "build": "NODE_ENV=production babel lib/ImageWorker.js --out-file index.js", "prepublish": "npm run build", "eslint": "node_modules/.bin/eslint -c ./.eslintrc.json ./lib/*" }, "repository": { "type": "git", "url": "git+https://github.com/fragm3/react-image-service-worker.git" }, "keywords": [], "author": "Shubham Gupta", "license": "ISC", "bugs": { "url": "https://github.com/fragm3/react-image-service-worker/issues" }, "homepage": "https://github.com/fragm3/react-image-service-worker#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-react-app": "^3.1.1", "eslint": "^4.17.0", "eslint-plugin-flowtype": "^2.42.0", "eslint-plugin-react": "^7.6.1", "eslint-plugin-sort-imports-es6-autofix": "^0.2.2", "flow-bin": "^0.64.0" }, "peerDependencies": { "react": "^15.0.0-0 || ^16.0.0-0", "react-dom": "^15.0.0-0 || ^16.0.0-0" } }