-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.92 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.92 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@rnacentral/feature-viewer",
"description": "A lightweight, generic and easy-to-use feature-viewer written in javascript with D3",
"version": "1.1.2",
"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": "lib/index.js",
"scripts": {
"build": "mkdir -p build && browserify -r ./:feature-viewer -o build/viewer.js",
"build-browser": "npm run build",
"build-all": "npm run build",
"watch": "watchify -r ./:feature-viewer -v -o build/viewer.js",
"w": "prunner \"npm run sniper\" \"npm run watch\"",
"sniper": "sniper .",
"dist": "grunt && grunt concating && grunt serve"
},
"dependencies": {
"biojs-events": "x.x.x",
"bootstrap": "x.x.x",
"bower": "x.x.x",
"d3": "3.5.6",
"grunt-cli": "x.x.x",
"jquery": "x.x.x",
"nextprot": "x.x.x"
},
"devDependencies": {
"browserify": "6.x",
"grunt": "^1.0.3",
"grunt-bump": "^0.3.0",
"grunt-connect": "^0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-serve": "^0.1.6",
"load-grunt-tasks": "^0.6.0",
"mkdirp": "^0.5.0",
"prunner": "1.x",
"sniper": "0.x",
"watchify": "^1.0.6"
},
"sniper": {
"js": [
"/build/viewer.js"
],
"css": [
"/css/bootstrap.css",
"/css/style.css"
],
"snippets": [
"snippets"
],
"first": "example_1"
},
"keywords": [
"sib",
"isb",
"calipho",
"feature",
"protein",
"nextprot",
"uniprot",
"viewer",
"biojs"
],
"readmeFilename": "README.md"
}