-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
81 lines (81 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "scullog",
"version": "0.2.0",
"description": "Scullog based on Node.js and Angular.js",
"main": "./server/index.js",
"scripts": {
"start": "node --harmony ./server/index.js",
"posttest": "node --harmony ./e2e/conf/posttest.js",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"pretest": "npm run update-webdriver && node --harmony ./e2e/conf/pretest.js",
"test": "protractor ./e2e/protractor.conf.js",
"preE2ETest": "npm run-script posttest && npm run-script pretest"
},
"bin": {
"scullog": "../scullog/bin/scullog"
},
"dependencies": {
"adm-zip": "^0.4.7",
"circular-buffer": "1.0.1",
"co": "^4.6.0",
"co-busboy": "1.3.1",
"co-child-process": "^1.1.0",
"co-exec": "^1.1.0",
"co-fs": "^1.2.0",
"co-fs-extra": "^1.1.0",
"co-views": "^2.1.0",
"cross-spawn": "^4.0.0",
"ejs": "^2.5.1",
"got": "^8.3.0",
"jsonwebtoken": "^8.2.0",
"koa": "^1.0.0",
"koa-bodyparser": "^2.0.1",
"koa-compress": "^1.0.9",
"koa-cors": "0.0.16",
"koa-morgan": "^0.4.0",
"koa-mount": "^1.3.0",
"koa-router": "^5.1.2",
"koa-static": "^2.0.0",
"logrotate-stream": "^0.2.5",
"mime-types": "2.1.11",
"socket.io": "1.4.8",
"tracer": "^0.8.0",
"yargs": "^5.0.0"
},
"devDependencies": {
"typescript": "^2.2.1",
"protractor": "^5.1.1",
"jasmine": "^2.8.0"
},
"optionalDependencies": {
"node-windows": "^0.1.11",
"node-mac": "^0.1.4"
},
"os": [
"darwin",
"win32",
"linux"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sanketbajoria/scullog.git"
},
"keywords": [
"files",
"manager",
"koa",
"angular",
"web",
"server"
],
"author": {
"name": "Sanket Bajoria",
"email": "bajoriasanket@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sanketbajoria/scullog/issues"
},
"homepage": "https://github.com/sanketbajoria/scullog#readme"
}