forked from tobie/specref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 840 Bytes
/
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": "specref",
"version": "0.2.0",
"description": "A list of spec references and related API.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-ipfilter": "^1.2.0",
"multer": "^1.4.2"
},
"devDependencies": {
"async": "^3.1.0",
"ent": "^2.2.0",
"jsdom": "^16.2.1",
"json-pointer": "^0.6.1",
"mocha": "^7.0.1",
"request": "^2.88.0",
"tv4": "^1.3.0",
"tv4-formats": "^3.0.3",
"xml2js": "^0.4.22"
},
"scripts": {
"test": "mocha -u tdd -R min --timeout 300000 ./test/*.js",
"start": "node index.js"
},
"domains": [
"specref.org",
"www.specref.org"
],
"subdomain": "specref",
"engines": {
"node": "14.7.0"
}
}