-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
40 lines (40 loc) · 1.02 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": "iqvoc",
"version": "4.14.5",
"description": "iQvoc - a SKOS(-XL) vocabulary management system built on the Semantic Web",
"repository": {
"type": "git",
"url": "git+https://github.com/innoq/iqvoc.git"
},
"files": [
"app/assets/**/*"
],
"scripts": {
"watch": "faucet --watch",
"compile": "faucet --compact --fingerprint"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/innoq/iqvoc/issues"
},
"homepage": "https://github.com/innoq/iqvoc#readme",
"devDependencies": {
"faucet-pipeline-js": "^2.1.7",
"faucet-pipeline-jsmin": "^2.1.7",
"faucet-pipeline-sass": "^1.6.0",
"faucet-pipeline-static": "^1.2.0"
},
"dependencies": {
"bootstrap": "4.3.1",
"bootstrap-datepicker": "^1.9.0",
"document-register-element": "^1.14.5",
"font-awesome": "^4.7.0",
"jqtree": "^1.4.12",
"jquery": "^3.6.0",
"jquery-ujs": "^1.2.3",
"popper.js": "^1.16.1",
"simplete": "^1.7.0",
"typeahead.js": "^0.10.5"
}
}