UNPKG

1.27 kBJSONView Raw
1{
2 "name": "turbo-cli",
3 "version": "0.38.13",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "lint": "standardx default/vertex/app.js default/vertex/routes/*.js",
8 "clean": "rm -rf ./dist",
9 "build": "npm run clean && gulp",
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "bin": {
13 "turbo": "./dist/index.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/velocity-360/turbo-cli.git"
18 },
19 "keywords": [],
20 "author": "",
21 "license": "ISC",
22 "dependencies": {
23 "aws-sdk": "^2.186.0",
24 "backoff": "^2.5.0",
25 "bestzip": "^2.1.4",
26 "colors": "^1.4.0",
27 "commander": "^2.12.2",
28 "cross-zip": "^3.0.0",
29 "dotenv": "^4.0.0",
30 "event-stream": "^3.3.4",
31 "fs": "0.0.1-security",
32 "js-base64": "^2.3.2",
33 "knox": "^0.9.2",
34 "knox-s3": "^0.9.3",
35 "mime": "^1.3.6",
36 "once": "^1.4.0",
37 "prompt": "^1.0.0",
38 "queue-async": "^1.2.1",
39 "readdirp": "^2.1.0",
40 "shelljs": "^0.8.1",
41 "superagent": "^5.1.0",
42 "url": "^0.11.0",
43 "xtend": "^4.0.1"
44 },
45 "devDependencies": {
46 "gulp": "^3.9.1",
47 "gulp-autoprefixer": "^3.1.1",
48 "gulp-concat": "^2.6.1",
49 "gulp-rename": "^1.2.2",
50 "gulp-uglify": "^2.1.2",
51 "standardx": "^5.0.0"
52 }
53}