-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.28 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
54
55
56
57
58
59
60
61
{
"name": "@limejs/cli",
"version": "1.1.4",
"description": "Simple CLI for scaffolding lime projects",
"main": "index.js",
"bin": {
"lime": "./bin/lime"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limejs/lime-cli.git"
},
"keywords": [
"lime",
"limejs",
"lime.js",
"cli",
"frontend"
],
"files": [
"index.js",
"lib",
"core",
"cmds",
"bin"
],
"author": "sheldoncui",
"license": "MIT",
"bugs": {
"url": "https://github.com/limejs/lime-cli/issues"
},
"homepage": "https://github.com/limejs/lime-cli#readme",
"dependencies": {
"async": "^2.6.2",
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.11.0",
"conf": "^2.0.0",
"consolidate": "^0.15.1",
"debug": "^4.1.0",
"download-git-repo": "^1.0.1",
"git-url-parse": "^11.1.2",
"handlebars": "^4.1.0",
"inquirer": "^6.2.2",
"metalsmith": "^2.3.0",
"multimatch": "^3.0.0",
"opn": "^5.4.0",
"ora": "^3.1.0",
"read-metadata": "^1.0.0",
"request": "^2.88.0",
"shelljs": "^0.7.8",
"user-home": "^2.0.0",
"yargs": "^9.0.1"
}
}