forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "angular-material-source",
"version": "0.10.0",
"repository": {
"url": "git://github.com/angular/material.git"
},
"devDependencies": {
"angular": "^1.3.15 || >1.4.0-beta.0",
"angular-animate": "^1.3.15 || >1.4.0-beta.0",
"angular-aria": "^1.3.15 || >1.4.0-beta.0",
"angular-messages": "^1.3.0 || >1.4.0-beta.0",
"angular-mocks": "^1.3.0 || >1.4.0-beta.0",
"angular-route": "^1.3.0 || >1.4.0-beta.0",
"angularytics": "^0.3.0",
"canonical-path": "0.0.2",
"cli-color": "^1.0.0",
"colors": "^1.1.0",
"conventional-changelog": "git://github.com/robertmesserle/conventional-changelog.git",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.3",
"esprima": "^1.2.2",
"glob": "~4.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^1.0.2",
"gulp-frep": "^0.1.3",
"gulp-if": "^1.2.0",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.5.5",
"gulp-minify-css": "^0.3.4",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-html2js": "^0.1.8",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.2.0",
"jquery": "^2.1.3",
"jshint-summary": "^0.3.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"lazypipe": "^0.2.2",
"lodash": "^2.4.1",
"merge-stream": "^0.1.6",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"prompt-sync": "^1.0.0",
"q": "^1.0.1",
"stream-series": "^0.1.1",
"through2": "^0.6.3"
}
}