react-fontawesome
Version:
A React component for the font-awesome icon library.
78 lines (77 loc) • 2 kB
JSON
{
"name": "react-fontawesome",
"version": "1.1.0",
"description": "A React component for the font-awesome icon library.",
"repository": {
"type": "git",
"url": "git+https://github.com/danawoodman/react-fontawesome.git"
},
"config": {
"entry": "src",
"output": "lib",
"mainFile": "src/index.js"
},
"bugs": {
"url": "https://github.com/danawoodman/react-fontawesome/issues"
},
"main": "lib/index.js",
"scripts": {
"build": "babel $npm_package_config_entry --out-dir $npm_package_config_output",
"dist": "npm run lint && npm run build && npm test && npm run docs",
"docs": "jsdoc2md $npm_package_config_mainFile > api.md",
"lint": "eslint .",
"test": "mocha",
"watch": "npm run watch-build & npm run watch-test",
"watch-build": "npm run build -- --watch",
"watch-test": "npm run test -- -w"
},
"keywords": [
"react",
"font-awesome",
"fontawesome",
"bootstrap",
"icons",
"fonts",
"icon",
"danawoodman",
"big",
"style",
"jsx",
"react-component",
"component"
],
"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.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.2.0",
"eslint": "^2.5.3",
"eslint-plugin-nodeca": "^1.0.3",
"eslint-plugin-react": "^4.2.3",
"jsdoc-to-markdown": "^1.1.1",
"jsdom": "^6.2.0",
"mocha": "^2.2.5",
"mocha-jsdom": "^1.0.0",
"mocha-sinon": "^1.1.4",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
},
"homepage": "https://github.com/danawoodman/react-fontawesome#readme",
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"react": ">=0.12.0"
}
}