-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "heatmap-volcano-pca",
"version": "0.0.4",
"description": "Heatmap + scatterplot for Refinery",
"main": "src/refinery_heatmap_scatterplot.js",
"scripts": {
"test": "karma start --single-run --browsers Firefox && node_modules/.bin/eslint {src,test}/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/refinery-platform/heatmap-volcano-pca.git"
},
"keywords": [
"refinery-vis"
],
"author": "Chuck McCallum",
"license": "MIT",
"bugs": {
"url": "https://github.com/refinery-platform/heatmap-volcano-pca/issues"
},
"homepage": "https://github.com/refinery-platform/heatmap-volcano-pca#readme",
"devDependencies": {
"eslint": "3.13.1",
"jasmine-core": "2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-diff-reporter": "0.6.3",
"karma-requirejs": "1.1.0",
"karma-spec-reporter": "0.0.26",
"requirejs": "2.3.2"
}
}