forked from zhizhi10/Mutation_Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 982 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 982 Bytes
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
{
"name": "feature-viewer",
"description": "A lightweight, generic and easy-to-use feature-viewer written in javascript with D3",
"version": "1.0.5",
"homepage": "https://github.com/calipho-sib/feature-viewer",
"authors": [
"Mathieu Schaeffer <mat.schaeff@gmail.com>",
"Calipho Team <ndu@isb-sib.ch>"
],
"repository": {
"type": "git",
"url": "https://github.com/calipho-sib/feature-viewer.git"
},
"licenses": [
{
"type": "GNU GPL v2"
}
],
"main": "index.js",
"scripts": {},
"prettier": {
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"d3": "3.5.6",
"jquery": "x.x.x"
},
"devDependencies": {},
"keywords": [
"sib",
"isb",
"calipho",
"feature",
"protein",
"nextprot",
"uniprot",
"viewer",
"biojs"
],
"readmeFilename": "README.md"
}