forked from andreypopp/react-fa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-fa",
"version": "4.2.0",
"description": "Font Awesome icons as React components",
"main": "lib/index.js",
"dependencies": {
"font-awesome": "^4.3.0",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": ">= 0.13.0 <16.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"babel-plugin-espower": "^1.0.0",
"babel-runtime": "^5.8.20",
"css-loader": "^0.18.0",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"mocha": "^2.3.2",
"power-assert": "^1.0.0",
"react": "^15.0.0",
"react-dom": "^15.0.1",
"style-loader": "^0.12.0",
"url-loader": "^0.5.5",
"webpack": "^1.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andreypopp/react-fa"
},
"keywords": [
"react",
"react-component",
"font-awesome",
"icons"
],
"author": "Andrey Popp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreypopp/react-fa/issues"
},
"homepage": "http://andreypopp.github.io/react-fa/"
}