forked from sballesteros/linked-data-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.99 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
62
63
{
"name": "linked-data-registry",
"version": "0.5.0",
"description": "Standard Analytics IO registry for linked data packages",
"main": "index.js",
"scripts": {
"push": "(cd registry && NODE_HOST=localhost NODE_PORT=3000 NODE_PORT_HTTPS=4000 REGISTRY_DB_NAME=registry INTERACTION_DB_NAME=interaction ../node_modules/.bin/couchapp push app.js http://seb:seb@127.0.0.1:5984/registry) && (cd owners && ../node_modules/.bin/couchapp push app.js http://seb:seb@127.0.0.1:5984/_users)",
"start": "COUCH_SSL=0 COUCH_HOST=127.0.0.1 COUCH_PORT=5984 REGISTRY_DB_NAME=registry INTERACTION_DB_NAME=interaction COUCH_USER=seb COUCH_PASS=seb NODE_HOST=localhost NODE_PORT=3000 NODE_PORT_HTTPS=4000 node proxy/app.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/standard-analytics/linked-data-registry.git"
},
"keywords": [
"linked-data",
"hyperdata",
"publishing",
"datapackage",
"container",
"registry",
"open-data",
"data",
"JSON-LD"
],
"author": "Sebastien Ballesteros",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/standard-analytics/linked-data-registry/issues"
},
"homepage": "https://github.com/standard-analytics/linked-data-registry",
"dependencies": {
"semver": "~2.2.1",
"couchapp": "~0.10.0",
"padded-semver": "~2.0.5",
"tv4": "~1.0.11",
"nano": "~4.2.1",
"http-proxy": "~0.10.3",
"express": "~3.4.6",
"async": "~0.2.9",
"cookie": "~0.1.0",
"request": "~2.30.0",
"npm-user-validate": "0.0.3",
"basic-auth": "0.0.1",
"mime": "~1.2.11",
"jsonld": "~0.1.25",
"package-jsonld": "*",
"is-url": "~0.1.0",
"url": "~0.7.9",
"jsonld-html-view": "*",
"ejs": "~0.8.5",
"gm": "^1.14.2",
"clone": "~0.1.11",
"ldstars": "*",
"aws-sdk": "^2.0.0-rc11",
"sha": "^1.2.3",
"concat-stream": "^1.4.4"
},
"devDependencies": {
"mocha": "~1.15.1",
"couch-multipart-stream": "0.0.0"
}
}