-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.22 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
{
"name": "tpf-querystreamer",
"description": "Client-side SPARQL query result streaming",
"version": "1.0.0",
"main": "main.js",
"bin": {
"generate": "./bin/generate",
"query": "./bin/query"
},
"scripts": {
"docs": "./node_modules/jsdoc/jsdoc.js -c jsdoc.json README.md lib",
"test": "./node_modules/mocha/bin/mocha",
"hint": "./node_modules/jshint/bin/jshint bin/* lib test"
},
"dependencies": {
"cli-color": "0.3.2",
"cli-table": "0.3.1",
"cluster": "^0.7.7",
"data-record": "git://github.com/rubensworks/DataReplay.git#927e7fbc6d0ee464e76797c3b00cac8709889080",
"http-proxy": "1.8.1",
"js-object-clone": "~0.4.1",
"ldf-client": "git://github.com/LinkedDataFragments/Client.js.git#499528ca3f8d195dc18e2316aa30292f642640b3",
"ldf-server": "git://github.com/LinkedDataFragments/Server.js.git#84628d0188806fd18aa98895c4d1ec7ab73ac729",
"n3": "git://github.com/rubensworks/N3.js.git#87cae2914751c93fdeb8c005b6c445d002b6f446",
"request": "~2.27.0",
"rng": "0.2.2",
"sparqljs": "~1.0.3"
},
"devDependencies": {
"jsdoc": "~3.3.0",
"jshint": "~2.1.10",
"mocha": "~1.17.1",
"sinon": "~1.9.0",
"chai": "~1.9.0",
"sinon-chai": "~2.5.0"
}
}