forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "angular-material-source",
"version": "1.1.12",
"description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Material Design UX and other product teams.",
"keywords": [
"client-side",
"browser",
"material",
"material-design",
"design",
"angularjs",
"angular.js",
"css",
"components",
"google"
],
"homepage": "https://material.angularjs.org",
"bugs": "https://github.com/angular/material/issues",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/material/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/angular/material.git"
},
"private": true,
"style": "./dist/angular-material.css",
"scss": "./dist/angular-material.scss",
"dependencies": {},
"devDependencies": {
"@octokit/rest": "^15.9.2",
"add-stream": "^1.0.0",
"ajv": "^6.6.2",
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-messages": "^1.7.5",
"angular-mocks": "^1.7.5",
"angular-route": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-touch": "^1.7.5",
"angularytics": "^0.4.0",
"canonical-path": "0.0.2",
"cli-color": "^1.4.0",
"colors": "^1.3.3",
"conventional-changelog": "^1.1.0",
"dgeni": "^0.4.11",
"dgeni-packages": "^0.27.0",
"eslint": "^5.10.0",
"github-contributors-list": "^1.2.3",
"glob": "^7.1.3",
"gulp": "^3.9.1",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^5.1.0",
"gulp-frep": "^0.1.3",
"gulp-if": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jasmine-core": "2.8.0",
"jquery": "^3.3.1",
"jshint": "^2.9.7",
"jshint-summary": "^0.4.0",
"karma": "^3.1.4",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-sauce-launcher": "^1.2.0",
"lazypipe": "^1.0.2",
"lodash": "^4.17.11",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"moment": "^2.23.0",
"natives": "^1.1.6",
"postcss": "^6.0.2",
"prompt-sync": "^1.0.0",
"q": "^1.5.1",
"stream-series": "^0.1.1",
"through2": "^2.0.3"
},
"scripts": {
"build": "gulp build",
"contributors:release": "githubcontrib --owner angular --repo material --cols 6 --format md --showlogin true --sha master --sortOrder desc --fromDate ",
"ddescribe-iit": "gulp ddescribe-iit",
"docs:build": "gulp docs",
"docs:watch": "gulp watch site --dev",
"gulp": "gulp",
"test:fast": "gulp karma-fast",
"test:full": "gulp karma",
"lint": "eslint .",
"lint:jshint": "gulp jshint"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not ie <= 10",
"not ie_mob <= 10",
"not bb <= 10",
"not op_mob <= 12.1"
]
}