-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 852 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
{
"name": "gis",
"version": "0.0.3",
"description": "F2E build tool",
"repository": {
"type": "git",
"url": "git+https://github.com/JackieLin/gis.git"
},
"main": "gulpfile.js",
"bin": {
"gis": "./bin/gis.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"F2E",
"build",
"tool"
],
"author": "jackie Lin <[email protected]>",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.11",
"gulp-util": "^3.0.7",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.3.5",
"browser-sync": "^2.10.0",
"gulp-md5": "^0.1.1",
"lodash": "^3.6.0",
"q-io": "^1.12.0",
"through2": "^0.6.3",
"yargs": "^3.6.0"
},
"bugs": {
"url": "https://github.com/JackieLin/gis/issues"
},
"homepage": "https://github.com/JackieLin/gis#readme"
}