UNPKG

2.01 kBJSONView Raw
1{
2 "name": "react-fontawesome",
3 "version": "1.7.0",
4 "description": "A React component for the font-awesome icon library.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/danawoodman/react-fontawesome.git"
8 },
9 "bugs": {
10 "url": "https://github.com/danawoodman/react-fontawesome/issues"
11 },
12 "main": "lib/index.js",
13 "scripts": {
14 "build": "babel src --out-dir lib",
15 "dist": "npm run format && npm run build && npm test && npm run docs",
16 "docs": "jsdoc2md lib/index.js > api.md",
17 "format": "prettier-eslint '{src,test}/**/*.js' --single-quote --no-semi es5 --write",
18 "test": "mocha",
19 "watch": "npm run watch-build & npm run watch-test",
20 "watch-build": "npm run build -- --watch",
21 "watch-test": "npm run test -- -w"
22 },
23 "keywords": [
24 "react",
25 "font-awesome",
26 "fontawesome",
27 "bootstrap",
28 "icons",
29 "fonts",
30 "icon",
31 "danawoodman",
32 "big",
33 "style",
34 "jsx",
35 "react-component",
36 "component"
37 ],
38 "author": {
39 "name": "Dana Woodman",
40 "email": "dana@danawoodman.com",
41 "url": "danawoodman.com"
42 },
43 "license": "MIT",
44 "devDependencies": {
45 "babel-cli": "^6.6.5",
46 "babel-core": "^6.7.4",
47 "babel-plugin-add-module-exports": "1.0.2",
48 "babel-preset-es2015": "^6.6.0",
49 "babel-preset-react": "^6.5.0",
50 "babel-preset-stage-2": "^6.5.0",
51 "chai": "4.2.0",
52 "eslint": "6.6.0",
53 "eslint-plugin-nodeca": "^1.0.3",
54 "eslint-plugin-react": "7.16.0",
55 "jsdoc-to-markdown": "5.0.2",
56 "mocha": "6.2.2",
57 "mocha-jsdom": "2.0.0",
58 "mocha-sinon": "^2.0.0",
59 "prettier-eslint": "9.0.0",
60 "prettier-eslint-cli": "5.0.0",
61 "react": "16.11.0",
62 "react-dom": "16.11.0",
63 "sinon": "7.5.0",
64 "sinon-chai": "3.3.0"
65 },
66 "homepage": "https://github.com/danawoodman/react-fontawesome#readme",
67 "engines": {
68 "node": ">=0.10.0"
69 },
70 "peerDependencies": {
71 "react": ">=0.12.0"
72 },
73 "dependencies": {
74 "prop-types": "^15.5.6"
75 }
76}