forked from jantimon/favicons-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
52
53
54
55
56
{
"name": "favicons-webpack-plugin",
"version": "0.0.7",
"description": "Let webpack generate all your favicons and icons for you",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"lint": "semistandard",
"prepublish": "npm run test",
"posttest": "npm run lint",
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/jantimon/favicons-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"favicon",
"icon"
],
"author": "Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jantimon/favicons-webpack-plugin/issues"
},
"semistandard": {
"parser": "babel-eslint"
},
"homepage": "https://github.com/jantimon/favicons-webpack-plugin",
"devDependencies": {
"ava": "^0.16.0",
"babel-eslint": "^7.1.0",
"denodeify": "^1.2.1",
"dir-compare": "^1.0.1",
"express": "^4.13.4",
"html-webpack-plugin": "^2.16.0",
"memory-fs": "^0.3.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.2",
"semistandard": "^9.1.0",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1"
},
"dependencies": {
"favicons": "^4.8.3",
"loader-utils": "^0.2.14",
"lodash": "^4.11.1",
"webpack": "^1.13.0"
}
}