devicon-react
Version:
A react implementation of the devicons font library
39 lines (38 loc) • 986 B
JSON
{
"name": "devicon-react",
"version": "1.1.1",
"description": "A react implementation of the devicons font library",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specifed \" && exit 1",
"build": "webpack",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhdavis/devicon-react.git"
},
"keywords": [
"react",
"devicon"
],
"author": "Michael Davis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhdavis/devicon-react/issues"
},
"homepage": "https://github.com/mhdavis/devicon-react#readme",
"dependencies": {
"devicon": "^2.0.0",
"react": "^16.0.0",
"webpack": "^3.7.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0"
}
}