forked from predictionmachines/InteractiveDataDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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
{
"name": "interactive-data-display",
"version": "1.5.30",
"license": "Apache-2.0",
"homepage": "https://github.com/predictionmachines/InteractiveDataDisplay/wiki",
"description": "A JavaScript visualization library for dynamic data",
"keywords": [
"visualization",
"animation",
"canvas",
"chart",
"plot"
],
"main": "/dist/idd.js",
"dependencies": {
"file-saver": "~1.3.3",
"jasmine": "~2.99.0",
"jquery": "~3.1.1",
"jquery-mousewheel": "~3.1.13",
"jqueryui": "~1.11.1",
"npm-modernizr": "^2.8.3",
"request": "<=2.81.0",
"require-css": "~0.1.8",
"requirejs": "~2.1.22",
"rx": "~4.1.0",
"svg.js": "~2.3.6"
},
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"css-loader": "^2.1.1",
"grunt": "^0.4.5",
"grunt-base64": "^0.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-ts": "^5.2.0",
"grunt-tsd": "^0.1.0",
"grunt-webpack": "^3.1.3",
"jquery-ui-touch-punch": "^0.2.3",
"knockout": "^3.5.0",
"script-loader": "^0.7.2",
"style-loader": "^0.23.1",
"webpack": "^4.29.6"
},
"scripts": {
"test": "grunt default test --verbose"
},
"engines": {
"yarn": ">= 1.0.0"
},
"author": "Microsoft Research, MSU ITIS Lab"
}