forked from perfsonar/psconfig-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
42
43
44
45
{
"name": "psconfig-web-admin",
"version": "4.4.2",
"description": "Tools to generate / publish perfSONAR meshconfig/psconfig topologies",
"scripts": {
"test": "mocha",
"apidoc": "apidoc -i api/ -o ui/apidoc/"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/perfsonar/psconfig-web"
},
"dependencies": {
"async": "^2.3.0",
"body-parser": "^1.17.1",
"compression": "^1.6.1",
"connect-busboy": "0.0.2",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"express-winston": "^2.3.0",
"moment-interval": "^0.2.1",
"mongoose": "^5.7.6",
"promise": "^7.0.4",
"request": "^2.81.0",
"sandbox": "^0.8.6",
"underscore": "^1.9.1",
"winston": "^2.3.0"
},
"devDependencies": {
"apidoc": "^0.50.4",
"assert": "^1.4.1",
"chai": "^3.4.1",
"chai-http": "^4.3.0",
"deep-equal-in-any-order": "^1.0.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"jsonwebtoken": "^7.2.1",
"mocha": "^6.2.0",
"nyc": "^15.1.0",
"prettier": "2.3.2",
"supertest": "~2.0.1"
}
}