-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"name": "@ennube/shell",
"version": "0.2.0-beta",
"description": "Service-oriented architecture for cloud based web development.",
"repository": "[email protected]:ennube/shell.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "build/index.js",
"bin": {
"ennube": "bin/ennube",
"enube": "bin/ennube"
},
"author": "J.David Luque <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/archiver": "^0.15.32",
"@types/aws-sdk": "0.0.34",
"@types/chalk": "^0.4.28",
"@types/change-case": "0.0.29",
"@types/fs-extra": "0.0.31",
"@types/js-yaml": "^3.5.27",
"@types/lodash": "^4.14.34",
"@types/node": "^6.0.38",
"@types/progress": "^1.1.27",
"@types/pug": "^2.0.1",
"@types/reflect-metadata": "0.0.4",
"@types/webpack": "^1.12.34",
"@types/yargs": "0.0.30",
"typescript": "^1.8.10"
},
"dependencies": {
"@ennube/runtime": "0.2-beta",
"archiver": "^1.1.0",
"aws-sdk": "^2.6.1",
"chalk": "^1.1.3",
"change-case": "^3.0.0",
"core-js": "^2.4.1",
"fs-extra": "^0.30.0",
"js-yaml": "^3.6.1",
"lodash": "^4.15.0",
"progress": "^1.1.8",
"pug": "^2.0.0-beta6",
"reflect-metadata": "^0.1.8",
"s3": "^4.4.0",
"source-map-support": "^0.4.2",
"webpack": "^1.13.2",
"yargs": "^5.0.0"
}
}