forked from tapz/font-awesome-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "font-awesome-webpack-4",
"version": "1.0.0",
"description": "REPACKAGE of font-awesome-webpack package. I DID NOT WRITE THIS, @gowravshekar is the author of the original package! I am simply republishing for use with webpack 2.",
"main": "index.js",
"loader": "index.loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mattwilliamsdev/font-awesome-webpack.git"
},
"keywords": [
"font-awesome",
"webpack"
],
"author": {
"name": "Gowrav Shekar",
"url": "@gowravshekar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mattwilliamsdev/font-awesome-webpack/issues"
},
"dependencies": {
"css-loader": "~1.0.0",
"less-loader": "~4.1.0",
"style-loader": "~0.22.1"
},
"peerDependencies": {
"font-awesome": ">=4.3.0"
},
"readme": "",
"readmeFilename": "README.md",
"homepage": "https://github.com/mattwilliamsdev/font-awesome-webpack",
"_id": "[email protected]",
"_from": "font-awesome-webpack-2@"
}