Skip to content

Commit 8849e62

Browse files
author
Tim Berners-Lee
committed
Switch rdflib.js dependency to pull straight from github
1 parent 5055d68 commit 8849e62

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
3+
# see also JSON validator http://jsonformatter.curiousconcept.com
4+
25
run:
36
NODE_PATH=.:../tabulator-firefox/content/js/rdf/dist/ node server.js \
47
-v --uriBase http://localhost:3000/test/ --fileBase `pwd`/test/

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,26 @@
33
"description": "Read-write linked data web server based on express and rdflib.js",
44
"version": "0.1.0",
55
"private": false,
6+
"author": { "name": "Tim Berners-Lee", "email": "timbl@w3.org" },
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/linkeddata/node-ldp-httpd"
11+
},
12+
"homepage": "http://github.com/linkeddata/node-ldp-httpd",
13+
"bugs": "http://github.com/linkeddata/node-ldp-httpd/issues",
614
"dependencies": {
715
"express": "3.x",
816
"mime": "1.x",
917
"node-regexp": "",
1018
"optimist": "0.6",
1119
"raw-body": "1.x",
12-
"rdflib": ">=0.1.0",
20+
"rdflib": "git://github.com/linkeddata/rdflib.js.git",
1321
"response-time": "2.x"
22+
},
23+
"files": [ "server.js", "test", "Makefile"],
24+
"main": "server.js",
25+
"scripts": {
26+
"start": "node server.js"
1427
}
1528
}

0 commit comments

Comments
 (0)