-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "derby-site",
"version": "0.0.4",
"description": "derby-site",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"compose-up": "SWARM_MODE=false docker-compose -f ./deploy/docker-compose.yaml up -d && exit 0",
"compose-stop": "SWARM_MODE=false docker-compose -f ./deploy/docker-compose.yaml stop && exit 0",
"compose-down": "SWARM_MODE=false docker-compose -f ./deploy/docker-compose.yaml down && exit 0",
"deploy": "SWARM_MODE=true docker stack deploy --compose-file ./deploy/docker-compose.yaml derbyjs && exit 0"
},
"dependencies": {
"derby": "^0.10.15",
"derby-stylus": "^0.3.0",
"express": "^4.17.1",
"glob": "^7.1.2",
"highlight.js": "^9.11.0",
"marked": "^0.7.0",
"serve-favicon": "^2.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/derby-site.git"
},
"keywords": [
"derby"
],
"author": "Vladimir Makhaev",
"contributors": [
"Eric Samatov <Skarm>"
],
"bugs": {
"url": "https://github.com/derbyjs/derby-site/issues"
},
"license": "MIT",
"homepage": "https://github.com/derbyjs/derby-site#readme"
}