-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 909 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
{
"name": "iqvoc_compound_forms",
"version": "2.11.4",
"description": "Compound from extension for iQvoc SKOS-XL vocabulary management system built on the Semantic Web",
"files": [
"app/assets/**/*"
],
"scripts": {
"watch": "faucet --watch",
"compile": "faucet --compact --fingerprint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innoq/iqvoc_compound_forms.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/innoq/iqvoc_compound_forms/issues"
},
"homepage": "https://github.com/innoq/iqvoc_compound_forms#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": {
"iqvoc": "github:innoq/iqvoc",
"iqvoc_skosxl": "github:innoq/iqvoc_skosxl"
}
}