-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.46 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
{
"name": "altcloud",
"version": "1.0.4",
"description": "A web server with extra powers. Run your own stuff.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jkriss/altcloud.git"
},
"license": "MIT",
"bin": {
"altcloud": "bin/altcloud.js"
},
"scripts": {
"test": "standard && tape tests/**/**/*.js | faucet",
"standardize": "standard --fix"
},
"author": "Jesse Kriss <[email protected]>",
"dependencies": {
"ajv": "^6.12.0",
"basic-auth": "^1.1.0",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"chokidar": "^3.4.0",
"common-password": "^0.1.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"cron": "^1.2.1",
"cron-parser": "^2.3.0",
"express": "^4.14.0",
"front-matter": "^2.1.1",
"greenlock": "^4.0.4",
"greenlock-express": "^4.0.3",
"helmet": "^3.21.3",
"http-errors": "^1.5.1",
"ip": "^1.1.4",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"liquid-node": "^2.6.1",
"lodash.debounce": "^4.0.8",
"marked": "^0.3.6",
"minimist": "^1.2.5",
"mkdirp": "^0.5.5",
"pem": "^1.14.4",
"route-parser": "0.0.5",
"time-streams": "0.0.15",
"winston": "^2.3.0"
},
"devDependencies": {
"del": "^2.2.2",
"faucet": "0.0.1",
"greenlock-manager-test": "^3.1.1",
"node-mocks-http": "^1.5.5",
"standard": "^8.6.0",
"supertest": "^4.0.2",
"tape": "^4.6.3"
}
}