-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
{
"name": "code-achiever",
"version": "0.3.2",
"description": "SDK Integration Testing server",
"main": "./dist/index.js",
"bin": "./bin/judge",
"preferGlobal": true,
"scripts": {
"test": "npm run clean && tsc && jasmine",
"clean": "node ./tooling/clean.js",
"start": "npm run clean && tsc && node build/index.js",
"dist": "npm run clean && tsc && node ./tooling/copy.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Ceskasporiteln/judge.git"
},
"author": "Vratislav Kalenda",
"private": true,
"bugs": {
"url": "https://github.com/Ceskasporiteln/judge/issues"
},
"homepage": "https://github.com/Ceskasporiteln/judge#readme",
"devDependencies": {
"jasmine": "^2.5.2",
"shelljs": "^0.5.3",
"typescript": "^2.1.4"
},
"dependencies": {
"axios": "^0.7.0",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"crypto": "0.0.3",
"express": "^4.13.3",
"glob": "^6.0.1",
"minimatch": "^3.0.0",
"moment": "^2.17.1",
"node-uuid": "^1.4.7",
"redis": "^2.3.1",
"rxjs": "^5.0.3",
"slack-node": "^0.1.3",
"source-map-support": "^0.3.3",
"underscore": "^1.8.3",
"url": "^0.11.0",
"yargs": "^3.30.0"
},
"engines": {
"node": ">=7.1.0"
}
}