-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "gulp-google-closure-compiler-post",
"version": "0.1.0",
"description": "Gulp pluging - Use the online compiler of Google Closure, so you don't need to install it.",
"license": "MIT",
"keywords": [
"gulpplugin",
"Google Closure Compiler",
"Javascript",
"compiler",
"optimizer",
"minifier",
"compression",
"google",
"closure",
"minify"
],
"homepage": "https://github.com/inares/gulp-google-closure-compiler-post",
"bugs": "https://github.com/inares/gulp-google-closure-compiler-post/issues",
"author": {
"name": "Aurélien DEVAUX",
"email": "aurelien.devaux@inares.org",
"url": "https://github.com/inares/"
},
"main": "./index.js",
"files": [
"index.js"
],
"repository": "git://github.com/inares/gulp-google-closure-compiler-post.git",
"scripts": {
"pretest": "jscs index.js && jshint index.js"
},
"devDependencies": {
"gulp": ">=3.0.0",
"gulp-util": "^3.0.8",
"jscs": ">=1.12.0",
"jshint": ">=2.9.4"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
}
}