-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
38
39
40
{
"name": "couchdb-blazegraph-sync",
"version": "1.0.0",
"description": "Keep a CouchDB database and a BlazeGraph namespace in sync",
"main": "index.js",
"scripts": {
"add-to-systemd": "./scripts/add_to_systemd",
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update-toc": "./scripts/update_toc"
},
"keywords": [
"CouchDB",
"BlazeGraph",
"sync"
],
"author": "maxlath",
"license": "AGPL-3.0",
"dependencies": {
"add-to-systemd": "^2.1.2",
"bluebird": "^3.5.3",
"bluereq": "^2.1.10",
"chalk": "^2.4.2",
"coffee-script": "^1.12.7",
"follow": "^1.1.0",
"lodash": "^4.17.11"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maxlath/couchdb-blazegraph-sync.git"
},
"bugs": {
"url": "https://github.com/maxlath/couchdb-blazegraph-sync/issues"
},
"homepage": "https://github.com/maxlath/couchdb-blazegraph-sync#readme"
}