forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.02 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
{
"name": "angular-material-source",
"version": "1.1.4",
"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",
"devDependencies": {
"add-stream": "^1.0.0",
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-route": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-touch": "^1.5.0",
"angularytics": "^0.4.0",
"canonical-path": "0.0.2",
"cli-color": "^1.0.0",
"colors": "^1.1.0",
"conventional-changelog": "^1.1.0",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.13.0",
"github-contributors-list": "^1.2.1",
"glob": "~7.0.5",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.2.0",
"gulp-connect": "^4.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-frep": "^0.1.3",
"gulp-if": "^2.0.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.2.0",
"jquery": "^3.0.0",
"jshint": "^2.9.2",
"jshint-summary": "^0.4.0",
"karma": "^1.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"lazypipe": "^1.0.1",
"lodash": "^4.13.1",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"postcss": "^5.1.2",
"prompt-sync": "^1.0.0",
"q": "^1.0.1",
"stream-series": "^0.1.1",
"through2": "^2.0.1"
},
"scripts": {
"contributors": "rm -f ./docs/app/contributors.json; githubcontrib --owner=angular --repository=material --cols=6 --format=json --showlogin=true --sortBy=login --sha=master > ./docs/app/contributors.json",
"watch": "gulp watch site --dev",
"prom": "git pull --rebase origin master",
"current-branch": "git rev-parse --abbrev-ref HEAD",
"merge-base": "git merge-base $(npm run -s current-branch) origin/master",
"squash": "git rebase -i $(npm run -s merge-base)"
}
}