-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.22 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.22 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
{
"name": "Seki",
"version": "0.0.5",
"description": "Semantic Web middleware",
"main": "Seki.js",
"dependencies": {},
"devDependencies": {
"nodeunit" : "0.8",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2"
},
"bundleDependencies": [
"async",
"connect",
"connect-cors",
"keypress",
"commander",
"log",
"sax",
"request"
],
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node src/Seki.js",
"test": "src/tests/run-tests.js"
},
"docco_husky": {
"output_dir": "docs/source",
"content_dir": "docs/markdown",
"project_name": "Seki",
"show_timestamp": true
},
"repository": {
"type": "git",
"url": "https://github.com/danja/seki.git"
},
"keywords": [
"semantic",
"web",
"middleware",
"rdf",
"sparql",
"linked",
"data",
"triplestore"
],
"author": "hyperdata.org",
"contributors": [
{
"name": "Danny Ayers",
"email": "danny.ayers@gmail.com"
}
],
"license": "Apache2",
"readmeFilename": "README.md",
"gitHead": "5d769ae0aba784ae6cd568937778a2d6d4e00058"
}