{ "name": "feather-icons-react", "version": "0.3.3", "description": "Feather Icons as a React component.", "main": "build/index.js", "scripts": { "test": "npm run test", "build": "npm run lint && babel src -d build", "lint": "eslint src", "lint:watch": "esw -w lib/**", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ianmiller347/feather-icons-react.git" }, "keywords": [ "feather", "icons", "react", "svg" ], "author": "Ian J. Miller", "license": "ISC", "bugs": { "url": "https://github.com/ianmiller347/feather-icons-react/issues" }, "homepage": "https://github.com/ianmiller347/feather-icons-react#readme", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "babel-eslint": "^10.0.1", "eslint": "^5.15.3", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "eslint-watch": "^5.0.1", "prop-types": "^15.7.2", "react": "^16.8.4", "react-dom": "^16.8.4" }, "dependencies": {} }