forked from HumanBrainProject/hbp-validation-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
40
41
{
"name": "hbp-validation-framework_dev",
"version": "1.0.0",
"description": "======================== HBP Validation Framework ========================",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HumanBrainProject/hbp-validation-framework.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HumanBrainProject/hbp-validation-framework/issues"
},
"homepage": "https://github.com/HumanBrainProject/hbp-validation-framework#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"morgan": "^1.9.0",
"path": "^0.12.7"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.15",
"angular": "^1.6.9",
"angular-mocks": "^1.6.9",
"circular-json": "^0.5.1",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^1.0.0",
"karma-spec-reporter": "0.0.32"
}
}