-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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/cdk": "^2.0.0-beta.11",
"@angular/common": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/material": "^2.0.0-beta.11",
"bands-widget": "^1.2.2",
"rxjs": "^5.4.3",
"zone.js": "^0.8.18"
},
"devDependencies": {
"bower": "^1.7.9",
"connect-modrewrite": "^0.10.1",
"generator-angular": "^0.16.0",
"generator-karma": "^2.0.1",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^2.0.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-ng-constant": "^2.0.1",
"grunt-ngdocs": "^0.2.10",
"grunt-rev": "^0.1.0",
"grunt-sass": "^3.1.0",
"grunt-scss-lint": "^0.5.0",
"grunt-string-replace": "^1.3.1",
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.99.1",
"jshint-stylish": "^1.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-safari-launcher": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"node-sass": "^4.13.0",
"sass": "^1.23.3",
"serve-static": "^1.14.1",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}