-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 998 Bytes
/
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
{
"name": "rosi-registry",
"version": "1.0.0",
"description": "display and manage metadata of open scientometric data sources",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TIBHannover/rosi-registry.git"
},
"keywords": [
"rosi",
"registry"
],
"author": "lilients",
"license": "MIT",
"bugs": {
"url": "https://github.com/TIBHannover/rosi-registry/issues"
},
"homepage": "https://github.com/TIBHannover/rosi-registry#readme",
"dependencies": {
"alpaca": "^1.5.27",
"bootstrap": "^3.3.2",
"datatables.net": "^1.10.19",
"datatables.net-fixedheader": "^3.1.5",
"datatables.net-fixedheader-jqui": "^3.1.5",
"datatables.net-jqui": "^1.10.19",
"datatables.net-responsive": "^2.2.3",
"datatables.net-responsive-jqui": "^2.2.3",
"handlebars": "^4.1.2",
"jquery": "^3.3.1",
"markdown": "^0.5.0"
}
}