52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "react-fontawesome",
|
||
|
|
"version": "1.6.1",
|
||
|
|
"description": "A React component for the font-awesome icon library.",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/danawoodman/react-fontawesome.git"
|
||
|
|
},
|
||
|
|
"bujs": {
|
||
|
|
"url": "https://github.com/danawoodman/react-fontawesome/issues"
|
||
|
|
},
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"author": {
|
||
|
|
"name": "Dana Woodman",
|
||
|
|
"email": "dana@danawoodman.com",
|
||
|
|
"url": "danawoodman.com"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "^6.6.5",
|
||
|
|
"babel-core": "^6.7.4",
|
||
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
||
|
|
"babel-preset-es2015": "^6.6.0",
|
||
|
|
"babel-preset-react": "^6.5.0",
|
||
|
|
"babel-preset-stage-2": "^6.5.0",
|
||
|
|
"chai": "^3.2.0",
|
||
|
|
"eslint": "^3.19.0",
|
||
|
|
"eslint-plugin-nodeca": "^1.0.3",
|
||
|
|
"eslint-plugin-react": "^6.10.3",
|
||
|
|
"jsdoc-to-markdown": "^3.0.0",
|
||
|
|
"jsdom": "^9.12.0",
|
||
|
|
"mocha": "^3.2.0",
|
||
|
|
"mocha-jsdom": "^1.0.0",
|
||
|
|
"mocha-sinon": "^2.0.0",
|
||
|
|
"prettier-eslint": "^5.1.0",
|
||
|
|
"prettier-eslint-cli": "^3.4.1",
|
||
|
|
"react": "^15.0.1",
|
||
|
|
"react-dom": "^15.0.1",
|
||
|
|
"sinon": "^2.1.0",
|
||
|
|
"sinon-chai": "^2.8.0"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/danawoodman/react-fontawesome#readme",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": ">=0.12.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"prop-types": "^15.5.6"
|
||
|
|
}
|
||
|
|
}
|