forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 983 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
36
37
{
"name": "material-design",
"version": "0.0.0",
"repository": {
"url": "git://github.com/angular/material.git"
},
"devDependencies": {
"canonical-path": "0.0.2",
"conventional-changelog": "0.0.9",
"dgeni": "^0.3.0",
"dgeni-packages": "^0.9.2",
"event-stream": "^3.1.5",
"glob": "~4.0.2",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-footer": "^1.0.4",
"gulp-header": "^1.0.2",
"gulp-if": "^1.2.0",
"gulp-jshint": "^1.5.5",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-sass": "^0.7.1",
"gulp-strip-debug": "^0.3.0",
"gulp-template": "^0.1.1",
"gulp-uglify": "^0.3.0",
"gulp-uncss": "^0.4.5",
"gulp-util": "^2.2.14",
"jshint-summary": "^0.3.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "^2.4.1",
"minimist": "^0.1.0"
}
}