forked from predictionmachines/InteractiveDataDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "interactive-data-display",
"version": "1.5.36",
"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"
],
"types": "dist/idd.webpack.d.ts",
"main": "dist/idd.webpack.js",
"dependencies": {
"file-saver": "~1.3.3",
"jasmine": "~2.99.0",
"jquery": "~3.4.0",
"jquery-mousewheel": "~3.1.13",
"jqueryui": "~1.11.1",
"npm-modernizr": "^2.8.3",
"require-css": "~0.1.8",
"requirejs": "~2.1.22",
"rx": "~4.1.0",
"svg.js": "~2.7"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-base64": "^0.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-ts": "^5.5.1",
"grunt-tsd": "^0.1.0",
"request": "^2.81.0"
},
"scripts": {
"test": "grunt default test --verbose"
},
"engines": {
"yarn": "^1.15.2"
},
"author": "Microsoft Research, MSU ITIS Lab"
}