forked from ztoben/assets-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "assets-webpack-plugin",
"version": "3.5.0",
"description": "Emits a json file with assets paths",
"main": "index.js",
"scripts": {
"lint": "standard --verbose | snazzy",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/sporto/assets-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"generate",
"assets",
"hashes"
],
"author": "Sebastian Porto",
"license": "MIT",
"bugs": {
"url": "https://github.com/sporto/assets-webpack-plugin/issues"
},
"homepage": "https://github.com/sporto/assets-webpack-plugin",
"devDependencies": {
"chai": "^3.0.0",
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.3.8",
"lodash": "^3.9.3",
"mocha": "^2.2.5",
"rimraf": "^2.2.8",
"snazzy": "^3.0.0",
"standard": "^6.0.8",
"style-loader": "^0.8.3",
"webpack": "^1.3.3-beta1"
},
"dependencies": {
"camelcase": "^1.2.1",
"escape-string-regexp": "^1.0.3",
"lodash.assign": "^3.2.0",
"lodash.merge": "^3.3.2",
"mkdirp": "^0.5.1"
}
}