-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 2.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "duraark-sda",
"private": false,
"version": "0.7.0",
"description": "Service exposing the search and semantic enrichment capabilities of the DURAARK knowledge graph (the Semantic Digital Archive Storage).",
"keywords": [
"duraark",
"api",
"microservice",
"long-time-preservation",
"sailsjs"
],
"dependencies": {
"bluebird": "^2.9.34",
"ejs": "~0.8.4",
"escape-html": "^1.0.3",
"fs-extra": "^0.16.3",
"glob": "^7.0.0",
"got": "^4.2.0",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"include-all": "~0.1.3",
"jsonld": "^0.3.26",
"node-uuid": "^1.4.3",
"rc": "~0.5.0",
"request": "^2.55.0",
"sails": "~0.10.2",
"sails-disk": "~0.10.0",
"sparql": "^0.1.3",
"underscore": "^1.8.3",
"yamljs": "^0.2.5"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "grunt test",
"docs": "apidoc -i ./api -o ./assets"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/DURAARK/duraark-sda.git"
},
"author": "Martin Hecher <martin.hecher@fraunhofer.at>",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.2.1",
"mocha": "^2.1.0",
"grunt-mocha-test": "^0.12.6",
"sinon": "^1.12.2",
"assert": "^1.3.0",
"chai": "~1.10.0"
},
"bugs": {
"url": "https://github.com/DURAARK/duraark-sda/issues"
},
"homepage": "https://github.com/DURAARK/duraark-sda",
"directories": {
"test": "tests"
},
"gitHead": "216f06036eea393f711c3faf8961db80d828957c",
"_id": "duraark-microservice-base@0.2.5",
"_shasum": "56ac25d963d21367d9e6be3f672a3c75839e0693",
"_from": "duraark-microservice-base@0.2.5",
"_npmVersion": "2.2.0",
"_nodeVersion": "0.10.25",
"_npmUser": {
"name": "duraark",
"email": "martin.hecher@fraunhofer.at"
},
"maintainers": [
{
"name": "duraark",
"email": "martin.hecher@fraunhofer.at"
}
],
"dist": {
"shasum": "56ac25d963d21367d9e6be3f672a3c75839e0693",
"tarball": "http://registry.npmjs.org/duraark-microservice-base/-/duraark-microservice-base-0.2.5.tgz"
},
"_resolved": "https://registry.npmjs.org/duraark-microservice-base/-/duraark-microservice-base-0.2.5.tgz",
"apidoc": {
"name": "duraark-sda",
"version": "0.7.0",
"title": "DURAARK SemanticDigitalArchive Service",
"url": "http://data.duraark.eu/services/api/sda"
}
}