-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 886 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
{
"name": "reactvue-cli",
"version": "0.1.0",
"description": "reactvue-cli",
"main": "./bin/ReactVue.js",
"bin": {
"reactvue": "./bin/ReactVue.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "flymeow",
"license": "MIT",
"dependencies": {
"assert": "^1.4.1",
"chalk": "^2.3.1",
"commander": "^2.14.1",
"compressing": "^1.2.3",
"inquirer": "^5.2.0",
"mkdirp": "^0.5.1",
"ora": "^2.0.0",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"urllib": "^2.27.0"
},
"directories": {
"lib": "lib"
},
"keywords": [
"reactvue-cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flymeow/reactvue-cli.git"
},
"bugs": {
"url": "https://github.com/flymeow/reactvue-cli/issues"
},
"homepage": "https://github.com/flymeow/reactvue-cli#readme"
}