-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "code_compiler",
"version": "1.0.0",
"description": "Code Compiler",
"main": "server.js",
"scripts": {
"start": "npm run apidoc && pm2 start server/pm2.config.js",
"apidoc": "apidoc -i server/routes/ -o public/apidoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shobhit1997/Code_Compiler.git"
},
"author": "Shobhit Agarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/shobhit1997/Code_Compiler/issues"
},
"homepage": "https://github.com/shobhit1997/Code_Compiler#readme",
"dependencies": {
"ace-builds": "^1.4.5",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"express-rate-limit": "^3.1.1",
"helmet": "^3.13.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.14",
"mongoose": "^5.2.12",
"python-shell": "^1.0.7",
"redis": "^2.8.0",
"response-time": "^2.3.2",
"shelljs": "^0.8.3"
},
"devDependencies": {
"apidoc": "^0.17.6"
}
}