-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 931 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 931 Bytes
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
{
"name": "codebox",
"version": "0.0.1",
"description": "Embed code editor with docker sandbox code execution",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nukinuki/codebox.git"
},
"keywords": [
"nodejs",
"docker",
"ace",
"sandbox"
],
"author": "Denis Korovkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/nukinuki/codebox/issues"
},
"homepage": "https://github.com/nukinuki/codebox#readme",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"node-docker-api": "^1.1.22",
"node-sass-middleware": "0.11.0",
"random-hash": "^4.0.1",
"socket.io": "^3.1.2",
"tar": "^6.1.0",
"yaml": "^1.10.0"
}
}