forked from cmap/morpheus.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "morpheus-app",
"description": "JavaScript matrix visualization and analysis",
"license": "BSD-3-Clause",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/cmap/morpheus.js.git"
},
"homepage": "https://cmap.github.io/morpheus.js/",
"bugs": {
"url": "https://github.com/cmap/morpheus.js/issues"
},
"author": {
"name": "Joshua Gould"
},
"keywords": [
"graphing",
"plotting",
"data",
"matrix",
"heatmap",
"heat map",
"visualization",
"morpheus.js",
"morpheus"
],
"scripts": {
"test:js": "grunt concat:morpheus concat:extJs concat:extJsAll uglify",
"test:karma": "./node_modules/.bin/karma start --single-run",
"test": "npm run test:js && npm run test:karma"
},
"devDependencies": {
"finalhandler": "^1.0.3",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"jasmine-core": "~2.6.4",
"karma": "~1.7.0",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"promise-polyfill": "^6.0.2",
"serve-static": "^1.12.3",
"whatwg-fetch": "^2.0.3"
}
}