UNPKG

961 BJSONView Raw
1{
2 "name": "vivo-cli",
3 "version": "0.2.8",
4 "description": "vivo-cli",
5 "bin": {
6 "vivo": "bin/vivo",
7 "vivo-init": "bin/vivo-init",
8 "vivo-new": "bin/vivo-new",
9 "vivo-update": "bin/vivo-update"
10 },
11 "scripts": {
12 "build": "node build && babel src --out-dir src"
13 },
14 "author": "",
15 "license": "ISC",
16 "dependencies": {
17 "colors": "^1.1.2",
18 "commander": "^2.10.0",
19 "ejs": "^2.5.7",
20 "fs-extra": "^4.0.2",
21 "inquirer": "^3.3.0",
22 "ip": "^1.1.5",
23 "ora": "^1.3.0",
24 "babel-cli": "^6.26.0",
25 "babel-plugin-add-module-exports": "^0.2.1",
26 "babel-plugin-transform-runtime": "^6.23.0",
27 "babel-preset-es2015": "^6.24.1",
28 "babel-preset-stage-0": "^6.24.1",
29 "babel-register": "^6.26.0",
30 "babel-runtime": "^6.26.0"
31 },
32 "devDependencies": {},
33 "babel": {
34 "presets": [
35 "es2015",
36 "stage-0"
37 ],
38 "plugins": [
39 "add-module-exports",
40 "transform-runtime"
41 ]
42 }
43}
\No newline at end of file