-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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
{
"name": "vizskos",
"description": "A Visualizer for SKOS-based Thesauri",
"version": "1.1.0",
"homepage": "http://www.doremus.org",
"repository": "https://github.com/DOREMUS-ANR/vizskos.git",
"dependencies": {
"backbone": "^1.3.3",
"d3": "^3.5.0",
"handlebars": "^4.0.11",
"hbsfy": "^2.2.1",
"jquery": "^3.2.1"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"browserify": "^14.5.0",
"browserify-brunch": "^1.7.3",
"brunch": "^2.10.12",
"clean-css-brunch": "^2.10",
"css-brunch": "^2.10",
"handlebars-brunch": "^2.10.0",
"javascript-brunch": "^2.10",
"jsonld": "^0.4.11",
"mocha": "^4.0.1",
"node-underscorify": "0.0.14",
"uglify-js-brunch": "^2.10",
"underscore": "^1.8.3"
},
"scripts": {
"start": "brunch watch --server"
},
"browserify": {
"transform": [
"node-underscorify",
"hbsfy"
]
},
"keywords": [
"SKOS",
"vocabulary",
"semantic",
"web"
],
"jshintConfig": {
"esversion": 6
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DOREMUS-ANR/vizskos/issues"
}
}