-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
{
"name": "hierarchic-heatmap-table-component",
"version": "0.0.72",
"description": "A visualisation tool for displaying rows in a hiearchic manner with heatmap capabilities ",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/calipho-sib/hierarchic-heatmap-table-component.git"
},
"keywords": [
"nextprot",
"biojs",
"sib"
],
"authors": [
"Jin Jin Lin <[email protected]>",
"Calipho Team <[email protected]>"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/calipho-sib/hierarchic-heatmap-table-component/issues"
},
"sniper": {
"js": [
"/dist/heatmap-table-bundle.js"
],
"css": [
"/dist/heatmap-table.css",
"/vendor/css/snippets.css"
],
"snippets": [
"snippets"
],
"first": "example_1"
},
"homepage": "https://github.com/calipho-sib/hierarchic-heatmap-table-component/#readme",
"devDependencies": {
"biojs-sniper": "^0.2.9",
"bower": "^1.6.8",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"pug": "^2.0.0-beta3"
},
"dependencies": {
"jquery": "2.2.3",
"bootstrap": "~3.3.6",
"handlebars": "^4.0.5",
"jquery-typeahead": "^2.6.1"
}
}