This repository was archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.dev.json
More file actions
85 lines (85 loc) · 2.67 KB
/
package.dev.json
File metadata and controls
85 lines (85 loc) · 2.67 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
81
82
83
84
85
{
"name": "giant-api-biojs",
"description": "Visualization of tissue-specific functional gene networks",
"version": "0.2.1",
"homepage": "https://github.com/amr4/giant-api-biojs",
"author": {
"name": "amr4",
"email": "amr4@princeton.edu"
},
"repository": {
"type": "git",
"url": "git://github.com/amr4/giant-api-biojs.git"
},
"bugs": {
"url": "https://github.com/amr4/giant-api-biojs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/amr4/giant-api-biojs/blob/master/LICENSE"
}
],
"main": "lib/index.js",
"style": [
"css/deps/*.css",
"css/*.css"
],
"scripts": {
"test": "echo 'Error: no test specified' && exit 1",
"build": "mkdirp build && browserify -r ./:giant-api-biojs -o build/giant.js",
"build-browser": "npm run build",
"install": "npm run build && npm run css",
"watch": "watchify -r ./:giant-api-biojs -v -o build/giant.js",
"w": "prunner \"npm run sniper\" \"npm run watch\" \"npm run watch-css\"",
"sniper": "sniper .",
"css": "parcelify ./ -c build/bundle.css",
"watch-css": "parcelify -w ./ -c build/bundle.css --loglevel verbose"
},
"dependencies": {},
"devDependencies": {
"mkdirp": "^0.5.0",
"browserify": "6.x",
"sniper": "0.x",
"watchify": "^1.0.6",
"prunner": "1.x",
"parcelify": "0.x"
},
"sniper": {
"js": [
"https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js",
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js",
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js",
"http://giant-api.princeton.edu/static/giant-api-js/deps/js/bootstrap-multiselect.min.js",
"http://giant-api.princeton.edu/static/giant-api-js/deps/js/jquery.tokeninput.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js",
"/giant-api-js/src/js/giant.js",
"/build/giant.js"
],
"css": [
"/build/bundle.css"
],
"extCss": [
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css",
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css",
"http://giant-api.princeton.edu/static/giant-api-js/deps/css/bootstrap-multiselect.css",
"http://giant-api.princeton.edu/static/giant-api-js/deps/css/token-input.css",
"http://giant-api.princeton.edu/static/giant-api-js/deps/css/token-input-facebook.css"
],
"snippets": [
"examples"
],
"first": "graph-with-filters-and-datasets"
},
"keywords": [
"tissue",
"network",
"human",
"data integration",
"visualization",
"biojs"
],
"biojs": {
"registryHeight": "640"
}
}