-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
43 lines (43 loc) · 1.26 KB
/
bower.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
{
"name": "materials-cloud",
"version": "0.0.1",
"description": "Materials Cloud : A Platform for Open Science",
"display-name": "Materials Cloud",
"license": "MIT",
"author": "Materials Cloud team <info@materialscloud.org>",
"repository": "https://github.com/materialscloud-org/aiida-explorer.git",
"dependencies": {
"angular": "^1.6.5",
"bootstrap": "^3.3.4",
"angular-animate": "^1.6.4",
"angular-cookies": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"grunt": "~0.4.5",
"angular-motion": "~0.4.3",
"angular-ui-router": "~0.4.2",
"jquery": "~2.2.0",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "^0.5.0",
"json-formatter": "^0.6.0",
"d3": "^3.5.0",
"jszip": "~2.4.0",
"highcharts": "^4.2.6",
"vis": "^4.16.1",
"angular-breadcrumb": "^0.5.0",
"cookieconsent": "^3.0.4",
"angular-material": "^1.1.5",
"material-design-lite": "^1.3.0",
"angular-ui-router-title": "^0.1.1",
"oclazyload": "^1.1.0"
},
"devDependencies": {
"angular-mocks": "^1.3.0",
"bootstrap-sass": "~3.3.3",
"angular-validation": "^1.4.2"
},
"appPath": "app",
"moduleName": "materialsCloudApp"
}