-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
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
{
"name": "idigbio-jsonld",
"version": "1.0.0",
"description": "jsonld wrapper for iDigBio Search API results",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlauters/idigbio-jsonld.git"
},
"keywords": [
"JSON",
"Linked",
"Data",
"iDigBio"
],
"author": "Jon Lauters",
"license": "ISC",
"bugs": {
"url": "https://github.com/jlauters/idigbio-jsonld/issues"
},
"homepage": "https://github.com/jlauters/idigbio-jsonld#readme",
"dependencies": {
"cassandra-driver": "node_modules/cassandra-driver",
"express": "^4.12.4",
"jade": "^1.10.0",
"jsonld": "node_modules/jsonld",
"mongodb": "^2.0.33",
"node.extend": "^1.1.5",
"request": "^2.57.0",
"xml2js": "^0.4.9"
}
}