UNPKG

1.75 kBJSONView Raw
1{
2 "name": "react-fontawesome",
3 "version": "0.3.2",
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 "config": {
10 "entry": "src/index.js"
11 },
12 "bugs": {
13 "url": "https://github.com/danawoodman/react-fontawesome/issues"
14 },
15 "main": "lib/index.js",
16 "scripts": {
17 "build": "babel -o $npm_package_main $npm_package_config_entry",
18 "dist": "npm run lint && npm run build && npm test && npm run docs",
19 "docs": "jsdoc2md $npm_package_config_entry > api.md",
20 "lint": "eslint .",
21 "prepublish": "npm run dist",
22 "test": "mocha",
23 "watch": "npm run watch-build & npm run watch-test",
24 "watch-build": "npm run build -- --watch",
25 "watch-test": "npm run test -- -w"
26 },
27 "keywords": [
28 "react",
29 "font-awesome",
30 "fontawesome",
31 "bootstrap",
32 "icons",
33 "fonts",
34 "icon",
35 "danawoodman",
36 "big",
37 "style",
38 "jsx",
39 "react-component",
40 "component"
41 ],
42 "author": {
43 "name": "Dana Woodman",
44 "email": "dana@danawoodman.com",
45 "url": "danawoodman.com"
46 },
47 "license": "MIT",
48 "devDependencies": {
49 "babel": "^5.8.23",
50 "chai": "^3.2.0",
51 "eslint": "^1.2.1",
52 "eslint-plugin-nodeca": "^1.0.3",
53 "eslint-plugin-react": "^3.3.0",
54 "jsdoc-to-markdown": "^1.1.1",
55 "jsdom": "^6.2.0",
56 "mocha": "^2.2.5",
57 "mocha-jsdom": "^1.0.0",
58 "mocha-sinon": "^1.1.4",
59 "sinon": "^1.16.1",
60 "sinon-chai": "^2.8.0"
61 },
62 "homepage": "https://github.com/danawoodman/react-fontawesome#readme",
63 "engines": {
64 "node": ">=0.10.0"
65 },
66 "dependencies": {},
67 "peerDependencies": {
68 "react": ">=0.12.0"
69 }
70}