-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.16 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": "mecu-line",
"description": "Visualization of protein melting curves",
"version": "0.1.5",
"homepage": "https://github.com/tpca/mecu-line",
"author": {
"name": "Christian Dallago",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/tpca/mecu-line.git"
},
"bugs": {
"url": "https://github.com/tpca/mecu-line/issues"
},
"license": "Apache-2.0",
"main": "build/mecu-line.js",
"scripts": {
"build": "webpack",
"watch": "webpack --progress --colors --watch",
"docs": "mr-doc -s lib/ -o docs/ -n 'MeCu Line'",
"prepublish": "webpack"
},
"dependencies": {
"d3": "^4.4.0"
},
"devDependencies": {
"babel": "latest",
"babel-core": "latest",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "latest",
"babel-preset-es2015": "latest",
"babel-preset-es2016": "^6.16.0",
"mr-doc": "latest",
"watchify": "latest",
"webpack": "latest",
"webpack-cli": "^3.3.0"
},
"keywords": [
"biojs",
"visualization",
"js",
"bioinformatics",
"protein",
"biojs",
"mecu",
"line"
]
}