-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "linked-data-browser",
"version": "1.0.0",
"description": "Linked Data Browser",
"main": "bootstrap.js",
"scripts": {
"start": "node bootstrap.js",
"test": "test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karelklima/linked-data-browser.git"
},
"keywords": [
"linked",
"data",
"browser"
],
"author": "Karel Klima",
"license": "ISC",
"bugs": {
"url": "https://github.com/karelklima/linked-data-browser/issues"
},
"homepage": "https://github.com/karelklima/linked-data-browser#readme",
"dependencies": {
"assert": "^1.3.0",
"body-parser": "^1.13.1",
"bower": "^1.4.1",
"bower-files": "^3.7.0",
"compression": "^1.5.0",
"connect-flash": "^0.1.1",
"connect-modrewrite": "^0.8.1",
"consolidate": "^0.13.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"errorhandler": "^1.4.0",
"express": "^4.13.0",
"express-jwt": "^3.0.1",
"express-validator": "^2.12.1",
"glob": "^5.0.12",
"htmlparser2": "^3.8.3",
"jsonld": "^0.3.22",
"jsonwebtoken": "^5.0.2",
"lodash": "^3.9.3",
"lowdb": "^0.10.1",
"method-override": "^2.3.3",
"moment": "^2.10.3",
"morgan": "^1.6.0",
"q": "^1.4.1",
"swig": "^1.4.2",
"underscore-db": "^0.9.0",
"view-helpers": "^0.1.5"
},
"devDependencies": {
},
"engines": {
"node": "0.12.x"
}
}