-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1014 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
{
"name": "vueture-cli",
"version": "0.0.0",
"description": "Command line tool for Vueture",
"main": "./bin/vueture",
"bin": {
"vueture": "./bin/vueture"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueture/vueture-cli.git"
},
"keywords": [
"vueture",
"vue",
"cli",
"javascript",
"frontend"
],
"author": "Vivid Websolutions <info@vivid-websolutions.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vueture/vueture-cli/issues"
},
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"consolidate": "^0.14.1",
"download-git-repo": "^0.1.2",
"handlebars": "^4.0.5",
"lodash": "^4.15.0",
"metalsmith": "^2.2.0",
"metalsmith-rename": "^1.0.0",
"ora": "^0.3.0",
"path": "^0.12.7",
"shelljs": "^0.7.4"
},
"homepage": "https://github.com/vueture/vueture-cli#readme"
}