forked from lcnetdev/recto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
46
{
"name": "recto",
"version": "1.0.0",
"description": "BIBFRAME Pilot User interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bibliomata/Recto.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bibliomata/Recto/issues"
},
"homepage": "https://github.com/Bibliomata/Recto#readme",
"dependencies": {
"angular-local-storage": "^0.7.1",
"body-parser": "^1.16.0",
"express": "^4.14.1",
"express-http-proxy": "^0.11.0",
"http-proxy-middleware": "^0.17.4",
"marklogic": "^1.0.6",
"n3": "^0.11.3",
"node-fetch": "^1.7.1",
"npm": "^5.8.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"pm2": "^2.10.1",
"rdf-translator": "^0.1.0",
"rdflib": "^0.14.0",
"request-promise": "^4.2.2",
"underscore": "^1.8.3",
"xml": "^1.0.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
},
"directories": {
"test": "test"
}
}