-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 897 Bytes
/
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": "modelseed-ui",
"version": "0.2.0",
"description": "modelseed-ui",
"main": "config.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/modelseed/modelseed-ui.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/modelseed/modelseed-ui/issues"
},
"homepage": "http://modelseed.org",
"dependencies": {
"@uirouter/angularjs": "0.2.18",
"angular": "1.4.0",
"angular-animate": "1.4.0",
"angular-aria": "1.4.0",
"angular-material": "0.10.1",
"angular-scroll": "0.6.5",
"bootstrap": "3.3.4",
"d3": "3.5.5",
"font-awesome": "4.3.0",
"html2canvas": "github:niklasvh/html2canvas#0.4.1",
"jquery": "3.4.0",
"ng-context-menu": "github:talis/ng-context-menu#v1.0.1",
"papaparse": "4.1.2",
"showdown": "1.2.1"
}
}