-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "mecu-utils",
"description": "A simple melting curves TSV parser",
"version": "0.1.1",
"homepage": "https://github.com/tpca/mecu-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/tpca/mecu-utils.git"
},
"author": {
"name": "Christian Dallago",
"email": "code@dallago.us"
},
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"watchify": "latest",
"webpack": "latest",
"webpack-cli": "latest"
},
"keywords": [
"bio",
"biology",
"bioinformatics",
"mecu",
"utils",
"utils",
"science",
"biojs"
],
"main": "build/mecu-utils.js",
"scripts": {
"build": "webpack",
"watch": "webpack --progress --colors --watch",
"docs": "mr-doc -s lib/ -o docs/ -n 'MeCu Utils'",
"prepublish": "webpack"
},
"contributors": [
"Christian Dallago <code@dallago.us> (https://github.com/sacdallago)"
],
"bugs": {
"url": "https://github.com/tpca/mecu-utils/issues"
}
}