-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "iham",
"version": "1.0.6",
"description": "interactive HOG Analysis Method visualisation plugin",
"main": "index.umd.js",
"module": "index.esm.js",
"directories": {
"example": "examples"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"axios": "^0.18.0",
"d3": "^3.0.0",
"iham": "^1.0.6",
"iham-parsers": "^0.2.1",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1",
"npm-watch": "^0.3.0",
"path": "^0.12.7",
"tnt.api": "^0.1.1",
"tnt.newick": "^0.1.0",
"tnt.tooltip": "^0.2.0",
"tntvis": "^0.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^16.2.0",
"node-sass": "^4.9.0",
"pump": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"watch": {
"build": "src/*.js"
},
"scripts": {
"build": "browserify browser.js --standalone iHam -t [ babelify ] > build/iHam.js",
"build-css": "node-sass index.scss > build/iHam.css",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm-watch"
},
"keywords": [
"viewer",
"interaction",
"openTargets"
],
"author": "Miguel Pignatelli <emepyc@gmail.com>",
"license": "Apache-2.0"
}