forked from nodeSolidServer/node-solid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (63 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (63 loc) · 1.45 KB
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
61
62
63
{
"name": "ldnode",
"description": "Linked Data Platform",
"version": "0.1.0",
"author": {
"name": "Tim Berners-Lee",
"email": "timbl@w3.org"
},
"maintainers": [
{
"name": "Nicola Greco",
"email": "me@nicolagreco.com"
},
{
"name": "Martin Martinez Rivera",
"email": "martinmr@mit.edu"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/linkeddata/ldnode"
},
"homepage": "http://github.com/linkeddata/ldnode",
"bugs": "http://github.com/linkeddata/ldnode/issues",
"dependencies": {
"acl": "^0.4.7",
"async": "^1.3.0",
"express": "^4.13.1",
"express-session": "^1.11.3",
"express-ws": "^0.2.6",
"fs-extra": "^0.21.0",
"glob": "^5.0.13",
"http-delayed-response": "0.0.4",
"jsonld": "^0.3.22",
"li": "^1.0.1",
"mime": "^1.3.4",
"n3": "^0.4.3",
"node-regexp": "^0.1.1",
"node-uuid": "^1.4.3",
"optimist": "^0.6.1",
"raw-body": "^2.1.2",
"rdflib": "^0.2.6",
"redis": "^0.12.1",
"request": "^2.58.0",
"response-time": "^2.3.1",
"string": "^3.3.0",
"webid": "git://github.com/linkeddata/node-webid.git"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
},
"main": "index.js",
"scripts": {
"start": "node bin/ldnode.js",
"test": "./node_modules/mocha/bin/mocha ./test/*.js"
},
"bin": {
"ldnode": "./bin/ldnode.js"
}
}