-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.13 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ydt-cli",
"version": "1.2.9",
"description": "TDTemplate cli",
"bin": {
"ydt": "bin/ydt",
"ydt-init": "bin/ydt-init",
"ydt-list": "bin/ydt-list"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"YDT-cli",
"YDTemplate"
],
"author": "LHammer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/l-hammer/YDT-cli.git"
},
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"commander": "^2.15.1",
"consolidate": "^0.15.1",
"download-git-repo": "^1.0.2",
"handlebars": "^4.0.11",
"ini": "^1.3.5",
"inquirer": "^5.2.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.4",
"multimatch": "^2.1.0",
"ora": "^2.1.0",
"request": "^2.87.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"tildify": "^1.2.0",
"update-notifier": "^2.5.0",
"user-home": "^2.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0"
},
"engines": {
"node": ">=8.0.0"
}
}