package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "material-design-lite",
  3. "version": "1.3.0",
  4. "description": "Material Design Components in CSS, JS and HTML",
  5. "private": true,
  6. "license": "Apache-2.0",
  7. "author": "Google",
  8. "repository": "google/material-design-lite",
  9. "main": "dist/material.min.js",
  10. "devDependencies": {
  11. "acorn": "^4.0.3",
  12. "babel-core": "^6.20.0",
  13. "babel-preset-es2015": "^6.18.0",
  14. "browser-sync": "^2.2.3",
  15. "chai": "^3.3.0",
  16. "chai-jquery": "^2.0.0",
  17. "del": "^2.0.2",
  18. "drool": "^0.4.0",
  19. "escodegen": "^1.6.1",
  20. "google-closure-compiler": "",
  21. "gulp": "^3.9.0",
  22. "gulp-autoprefixer": "^3.0.2",
  23. "gulp-cache": "^0.4.5",
  24. "gulp-closure-compiler": "^0.4.0",
  25. "gulp-concat": "^2.4.1",
  26. "gulp-connect": "^5.0.0",
  27. "gulp-css-inline-images": "^0.1.1",
  28. "gulp-csso": "1.0.0",
  29. "gulp-file": "^0.3.0",
  30. "gulp-flatten": "^0.3.1",
  31. "gulp-front-matter": "^1.2.2",
  32. "gulp-header": "^1.2.2",
  33. "gulp-if": "^2.0.0",
  34. "gulp-iife": "^0.3.0",
  35. "gulp-imagemin": "^3.1.0",
  36. "gulp-jscs": "^4.0.0",
  37. "gulp-jshint": "^2.0.4",
  38. "gulp-load-plugins": "^1.3.0",
  39. "gulp-marked": "^1.0.0",
  40. "gulp-mocha-phantomjs": "^0.12.0",
  41. "gulp-open": "^2.0.0",
  42. "gulp-rename": "^1.2.0",
  43. "gulp-replace": "^0.5.3",
  44. "gulp-sass": "3.0.0",
  45. "gulp-shell": "^0.5.2",
  46. "gulp-size": "^2.0.0",
  47. "gulp-sourcemaps": "^2.0.1",
  48. "gulp-subtree": "^0.1.0",
  49. "gulp-tap": "^0.1.3",
  50. "gulp-uglify": "^2.0.0",
  51. "gulp-util": "^3.0.4",
  52. "gulp-zip": "^3.0.2",
  53. "humanize": "0.0.9",
  54. "jquery": "^3.1.1",
  55. "jshint": "^2.9.4",
  56. "jshint-stylish": "^2.2.1",
  57. "merge-stream": "^1.0.0",
  58. "mocha": "^3.0.2",
  59. "prismjs": "0.0.1",
  60. "run-sequence": "^1.0.2",
  61. "swig": "^1.4.2",
  62. "through2": "^2.0.0",
  63. "vinyl-paths": "^2.0.0"
  64. },
  65. "engines": {
  66. "node": ">=0.12.0"
  67. },
  68. "scripts": {
  69. "test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
  70. },
  71. "babel": {
  72. "only": "gulpfile.babel.js",
  73. "presets": [
  74. "es2015"
  75. ]
  76. }
  77. }