2014-07-01 14:26:52 -05:00
{
2015-05-05 08:43:32 -07:00
"name" : "angular-material-source" ,
2018-04-27 14:34:26 -07:00
"version" : "1.1.9" ,
2017-03-08 01:32:19 +02:00
"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" ,
2015-09-21 08:24:13 -05:00
"homepage" : "https://material.angularjs.org" ,
"bugs" : "https://github.com/angular/material/issues" ,
2015-12-13 00:34:18 +02:00
"license" : "MIT" ,
2016-01-10 22:44:06 -08:00
"licenses" : [
2016-01-14 16:44:45 -08:00
{
"type" : "MIT" ,
"url" : "https://github.com/angular/material/blob/master/LICENSE"
}
] ,
2014-07-01 14:26:52 -05:00
"repository" : {
2015-09-25 13:00:09 -07:00
"type" : "git" ,
2014-07-01 14:26:52 -05:00
"url" : "git://github.com/angular/material.git"
} ,
2016-04-12 17:19:57 -05:00
"private" : true ,
2016-02-25 18:21:58 +01:00
"style" : "./dist/angular-material.css" ,
"scss" : "./dist/angular-material.scss" ,
2014-07-01 14:26:52 -05:00
"devDependencies" : {
2016-08-23 19:54:32 +02:00
"add-stream" : "^1.0.0" ,
2016-02-23 11:22:49 -06:00
"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" ,
2016-08-24 00:18:16 +02:00
"angularytics" : "^0.4.0" ,
2014-07-02 12:09:40 -07:00
"canonical-path" : "0.0.2" ,
2015-05-14 17:46:02 -07:00
"cli-color" : "^1.0.0" ,
2015-05-14 13:39:47 -07:00
"colors" : "^1.1.0" ,
2016-08-23 19:54:32 +02:00
"conventional-changelog" : "^1.1.0" ,
2018-01-05 12:08:00 -05:00
"dgeni" : "^0.4.9" ,
2018-05-22 16:46:10 -04:00
"dgeni-packages" : "^0.26.2" ,
2017-12-05 09:37:21 -08:00
"github" : "^12.0.5" ,
2017-12-12 22:52:52 +00:00
"eslint" : "^4.3.0" ,
2018-01-18 15:54:57 -05:00
"github-contributors-list" : "^1.2.3" ,
2016-08-24 00:18:16 +02:00
"glob" : "~7.0.5" ,
"gulp" : "^3.9.1" ,
2016-02-24 14:45:12 -06:00
"gulp-add-src" : "^0.2.0" ,
2016-08-03 13:49:25 -05:00
"gulp-autoprefixer" : "^3.1.0" ,
2014-07-01 14:26:52 -05:00
"gulp-concat" : "^2.2.0" ,
2016-08-24 00:18:16 +02:00
"gulp-connect" : "^4.1.0" ,
2016-08-04 18:23:32 +03:00
"gulp-cssnano" : "^2.1.2" ,
2016-08-24 00:18:16 +02:00
"gulp-filter" : "^4.0.0" ,
2015-05-28 12:16:03 -07:00
"gulp-frep" : "^0.1.3" ,
2016-08-24 00:18:16 +02:00
"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" ,
2015-04-09 23:03:55 -05:00
"gulp-plumber" : "^1.0.0" ,
2014-07-02 12:09:40 -07:00
"gulp-rename" : "^1.2.0" ,
2017-08-11 13:43:56 +03:00
"gulp-sass" : "^3.1.0" ,
2015-04-13 18:05:04 -07:00
"gulp-uglify" : "^1.2.0" ,
2014-10-13 18:31:00 -06:00
"gulp-util" : "^3.0.1" ,
2015-05-27 13:38:17 -07:00
"gulp-webserver" : "^0.9.1" ,
2015-04-09 23:03:55 -05:00
"jasmine-core" : "^2.2.0" ,
2016-08-24 00:18:16 +02:00
"jquery" : "^3.0.0" ,
"jshint" : "^2.9.2" ,
"jshint-summary" : "^0.4.0" ,
2017-08-04 01:33:57 +02:00
"karma" : "^1.7.0" ,
"karma-browserstack-launcher" : "^1.2.0" ,
2016-10-09 13:49:22 +02:00
"karma-chrome-launcher" : "^2.0.0" ,
2016-08-24 00:18:16 +02:00
"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" ,
2015-04-09 23:03:55 -05:00
"minimist" : "^1.1.0" ,
2014-10-13 18:31:00 -06:00
"mkdirp" : "^0.5.0" ,
2016-08-16 20:27:33 +03:00
"postcss" : "^5.1.2" ,
2015-05-15 15:02:22 -07:00
"prompt-sync" : "^1.0.0" ,
2014-10-14 19:36:43 -04:00
"q" : "^1.0.1" ,
2014-12-05 15:34:19 -07:00
"stream-series" : "^0.1.1" ,
2016-08-24 00:18:16 +02:00
"through2" : "^2.0.1"
2015-06-30 14:39:23 -07:00
} ,
"scripts" : {
2017-08-29 01:27:40 +03:00
"build" : "gulp build" ,
2018-01-18 15:54:57 -05:00
"contributors:release" : "githubcontrib --owner angular --repo material --cols 6 --format md --showlogin true --sha master --sortOrder desc --fromDate " ,
2017-08-29 01:27:40 +03:00
"docs:build" : "gulp docs" ,
"docs:watch" : "gulp watch site --dev" ,
"test:fast" : "gulp karma-fast" ,
2017-12-12 22:52:52 +00:00
"test:full" : "gulp karma" ,
2018-01-18 12:44:09 -05:00
"lint" : "eslint ."
2014-07-01 14:26:52 -05:00
}
2018-05-22 16:46:10 -04:00
}