forked from rdfjs/N3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 779 Bytes
/
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
{
"name": "n3",
"version": "0.1.2",
"description": "Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.",
"author": "Ruben Verborgh <[email protected]>",
"keywords": ["turtle", "rdf", "n3", "streaming", "asynchronous"],
"license": "MIT",
"main": "./n3.js",
"engines": {
"node": ">=0.6.0"
},
"devDependencies": {
"async": "~0.1.22",
"chai": "~1.4.2",
"chai-things": "~0.1.1",
"colors": "~0.6.0",
"docco": "~0.3.0",
"jshint": "~1.1.0",
"request": "~2.22.0",
"vows": "~0.6.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/RubenVerborgh/node-n3.git"
},
"bugs": {
"url": "https://github.com/RubenVerborgh/node-n3/issues"
}
}