-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 771 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 771 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
{
"name": "assessment_1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node main.js test/seen-3/repository.json test/seen-3/initial.json test/seen-3/constraints.json",
"test": "./test/judge.py test/seen-3/repository.json test/seen-3/initial.json commands.json test/seen-3/constraints.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukc-co663/dependency-solver-JordanHood.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ukc-co663/dependency-solver-JordanHood/issues"
},
"homepage": "https://github.com/ukc-co663/dependency-solver-JordanHood#readme",
"dependencies": {
"lodash": "^4.17.4",
"q": "^1.5.1"
}
}