-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "fastack",
"description": "Command line interface for deploying and interacting with Fastack",
"keywords": [
"cli",
"fastack",
"static app web host platform",
"platform-as-a-service",
"deployment"
],
"version": "0.1.3",
"author": "Fastack",
"maintainers": [
"Patrick DeVivo <patrick.devivo@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/fastack/cli.git"
},
"preferGlobal": true,
"dependencies": {
"bluebird": "^3.1.1",
"chalk": "^1.0.0",
"cheerio": "^0.19.0",
"chokidar": "^1.4.1",
"clean-css": "^3.4.8",
"cli-table2": "^0.1.9",
"clui": "^0.3.1",
"connect": "^3.4.0",
"console-highlight": "^0.1.0",
"console2": "^2.2.0",
"fastack-deliver-middleware": "0.0.10",
"fs-extra": "^0.26.3",
"jspm": "^0.16.19",
"less": "^2.5.3",
"lodash": "^3.10.1",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"open": "0.0.5",
"request": "^2.67.0",
"shelljs": "^0.5.3",
"socket.io": "^1.3.7",
"syncano": "^0.4.5",
"systemjs": "^0.19.9",
"through2": "^2.0.0",
"validator": "*",
"vorpal": "^1.4.1",
"walk-sync": "^0.2.6"
},
"bin": {
"fastack": "./bin/fastack"
},
"main": "./lib/fastack",
"license": "MIT"
}