UNPKG

1.32 kBJSONView Raw
1{
2 "name": "react-fontawesome",
3 "version": "0.2.0",
4 "description": "A React FontAwesome component.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/builtbybig/react-fontawesome"
8 },
9 "bugs": {
10 "url": "https://github.com/builtbybig/react-fontawesome/issues"
11 },
12 "main": "index.js",
13 "scripts": {
14 "dist": "webpack --colors --progress",
15 "watch:dist": "webpack --colors --porgress --watch",
16 "watch:test": "mocha -w",
17 "watch": "parallelshell 'npm run watch:test' 'npm run watch:dist'",
18 "test": "mocha"
19 },
20 "keywords": [
21 "react",
22 "font-awesome",
23 "fontawesome",
24 "bootstrap",
25 "icons",
26 "fonts",
27 "icon",
28 "danawoodman",
29 "big",
30 "style",
31 "jsx",
32 "react-component",
33 "component"
34 ],
35 "author": {
36 "name": "Dana Woodman",
37 "email": "dana@danawoodman.com",
38 "url": "danawoodman.com"
39 },
40 "license": "MIT",
41 "devDependencies": {
42 "babel": "^5.1.13",
43 "babel-core": "^5.1.13",
44 "babel-loader": "^5.0.0",
45 "jsdom": "^3.1.0",
46 "mocha": "^2.1.0",
47 "mocha-jsdom": "^0.2.0",
48 "parallelshell": "^1.0.4",
49 "react": "^0.13.2",
50 "should": "^4.6.5",
51 "webpack": "^1.5.3"
52 },
53 "engines": {
54 "node": ">=0.10.0"
55 },
56 "dependencies": {},
57 "peerDependencies": {
58 "react": "0.13.x"
59 }
60}