feather-icons-ts-react/package.json
2017-11-01 15:37:38 -05:00

47 lines
1.2 KiB
JSON

{
"name": "feather-icons-react",
"version": "0.0.1",
"description": "Feather Icons as a React component.",
"main": "index.js",
"scripts": {
"test": "npm run test",
"build": "babel src -d build",
"lint": "eslint src/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "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": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.10.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-watch": "^3.1.3",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "^1.0.16"
}
}