react-simple-line-icons
Version:
Simple Line Icons React Component
41 lines (40 loc) • 991 B
JSON
{
"name": "react-simple-line-icons",
"version": "1.0.8",
"description": "Simple Line Icons React Component",
"main": "dist/index.js",
"author": "Shahaf Shaked",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shahafa/react-simple-line-icons.git"
},
"bugs": {
"url": "https://github.com/shahafa/react-simple-line-icons/issues"
},
"keywords": [
"simple-line-icons",
"simple line icons",
"icons",
"react"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"simple-line-icons": "^2.4.1"
},
"scripts": {
"build": "babel src -d dist",
"prepare": "npm run build"
}
}