-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
52
53
{
"name": "biojs-vis-rohart-msc-test",
"description": "BioJS component to provide a graph of the Rohart MSC Test hosted in Stemformatics",
"version": "0.4.0",
"homepage": "https://github.com/rowlandm/biojs-vis-rohart-msc-test",
"author": {
"name": "rowlandm",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/rowlandm/biojs-vis-rohart-msc-test.git"
},
"bugs": {
"url": "https://github.com/rowlandm/biojs-vis-rohart-msc-test/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/rowlandm/biojs-vis-rohart-msc-test/blob/master/LICENSE"
}
],
"main": "lib/index.js",
"scripts": {
"test": "echo 'Error: no test specified' && exit 1",
"build": "mkdirp build && browserify -r ./:biojs-vis-rohart-msc-test -o build/test.js",
"build-browser": "npm run build",
"install": "npm run build",
"watch": "watchify -r ./:biojs-vis-rohart-msc-test -v -o build/test.js",
"w": "prunner \"npm run sniper\" \"npm run watch\"",
"sniper": "sniper ."
},
"dependencies": {},
"devDependencies": {
"mkdirp": "^0.5.0",
"browserify": "6.x",
"sniper": "0.x",
"watchify": "^1.0.6",
"prunner": "1.x"
},
"sniper": {
"js": [
"/build/test.js",
"https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.6.3/d3-tip.min.js",
"https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"
],
"css":["/css/biojs-vis-rohart-msc-test.css"],
"snippets": ["examples"],
"first": "simple"
},
"keywords": ["d3","graph","stemformatics","biojs","Rohart","MSC","Rohart score"]
}