-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 959 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
{
"name": "git-template",
"author": {
"name": "tommyZZM"
},
"version": "0.0.664",
"description": "a tool for you to create a new project use a github repository as template.",
"main": "index.js",
"scripts": {},
"preferGlobal": true,
"license": "BSD",
"keywords": [
"project",
"generator",
"downloader",
"git",
"github",
"gulp"
],
"bugs": {
"url": "https://github.com/tommyZZM/git-template/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tommyZZM/git-template"
},
"bin": {
"git-template": "./bin/git-template"
},
"dependencies": {
"chalk": "^1.1.0",
"dateformat": "^1.0.11",
"green": "^0.1.3",
"gulp": "^3.9.0",
"gulp-rimraf": "latest",
"gulp-download": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-unzip": "^0.1.3",
"gulp-util": "^3.0.6",
"harmonious": "^0.5.17",
"iconv-lite": "^0.4.11",
"through": "^2.3.8"
}
}