-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 884 Bytes
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
{
"name": "@kites/cli",
"version": "1.2.4",
"description": "Command line interface for Kites Framework",
"bin": {
"kites": "./bin/kites.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vunb/kites-cli.git"
},
"keywords": [
"cli",
"kites-framework",
"web-framework",
"api-framework",
"application-templates"
],
"author": "vunb",
"license": "MIT",
"bugs": {
"url": "https://github.com/vunb/kites-cli/issues"
},
"homepage": "https://github.com/vunb/kites-cli#readme",
"dependencies": {
"@kites/common": "^1.2.3",
"@kites/core": "^1.2.3",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"download-git-repo": "^1.0.2",
"lodash": "^4.17.5",
"utile": "^0.3.0"
},
"files": [
"bin",
"src"
]
}