forked from john-bernardo1/gulp-closure-compiler-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
42
43
44
45
46
47
{
"name": "gulp-closure-compiler-sync",
"version": "0.3.1",
"description": "Gulp plugin for Google Closure Compiler with sync compilation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hitosu/gulp-closure-compiler-sync.git"
},
"author": {
"name": "Vasily Kazantsev",
"url": "https://github.com/hitosu"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"closure",
"compiler",
"compress",
"google",
"gulpplugin",
"minify"
],
"dependencies": {
"glob": "^4.3.2",
"graceful-fs": "^3.0.5",
"gulp-util": "^3.0.0",
"mkdirp": "^0.5.0",
"temp-write": "^1.0.0",
"through": "^2.3.4",
"uuid": "^2.0.1",
"exec-file-sync": "~2.0.0"
},
"devDependencies": {
"event-stream": "^3.1.0",
"gulp": "^3.5.6",
"mocha": "*",
"vinyl": "^0.4.3"
}
}