forked from stovmascript/closure-compiler-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "closure-compiler-webpack-plugin",
"version": "0.1.8",
"description": "Google Closure Compiler plugin for webpack built on the Nailgun JVM.",
"author": "Martin Stovicek",
"license": "MIT",
"keywords": [
"google",
"closure",
"compiler",
"webpack",
"plugin",
"optimizer",
"nailgun",
"fast",
"java"
],
"main": "index.js",
"dependencies": {
"google-closure-compiler": ">=20151216.2.0",
"node-nailgun": "^1.0.2",
"webpack": "^1.12.1",
"webpack-core": "^0.6.6"
},
"devDependencies": {
"autoprefixer-loader": "*",
"css-loader": "*",
"extract-text-webpack-plugin": "*",
"less": "*",
"less-loader": "*",
"style-loader": "*"
},
"homepage": "https://github.com/stovmascript/closure-compiler-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/stovmascript/closure-compiler-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/stovmascript/closure-compiler-webpack-plugin/issues"
}
}