forked from tobie/specref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 791 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 791 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "specref",
"version": "0.2.0",
"description": "A list of spec references and related API.",
"main": "index.js",
"dependencies": {
"body-parser": "1.15.2",
"compression": "1.6.2",
"cors": "2.8.1",
"errorhandler": "1.5.0",
"express": "4.14.0",
"multer": "^1.2.1"
},
"devDependencies": {
"async": "2.1.4",
"ent": "2.2.0",
"jsdom": "9.9.1",
"json-pointer": "0.6.0",
"mocha": "3.2.0",
"request": "2.79.0",
"tv4": "1.2.7",
"tv4-formats": "2.2.1",
"xml2js": "0.4.17"
},
"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": "6.11.1"
}
}