forked from gabiseabra/fontello-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 951 Bytes
/
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
{
"name": "fontello-webpack-plugin",
"version": "0.4.8",
"description": "Fontello Webpack plugin",
"main": "src/index.js",
"author": "Gabriela Seabra",
"license": "ISC",
"homepage": "https://github.com/gabiseabra/fontello-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/gabiseabra/fontello-webpack-plugin.git"
},
"keywords": [
"font-awesome",
"fontello",
"webpack",
"plugin"
],
"scripts": {
"test": "mocha spec --colors",
"watch": "mocha spec --colors --watch"
},
"devDependencies": {
"dotenv": "^4.0.0",
"memory-fs": "^0.4.1",
"mocha": "^3.2.0",
"should": "^11.2.1",
"webpack": "^2.2.1"
},
"dependencies": {
"form-data": "^2.1.2",
"https-proxy-agent": "^2.1.1",
"lodash": "^4.17.4",
"node-fetch": "^1.6.3",
"unzip": "^0.1.11",
"webpack-sources": "^0.2.0"
},
"peerDependencies": {
"webpack": ">=2.2.0"
}
}