package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "ionic-material",
  3. "version": "0.4.0",
  4. "authors": [
  5. "Zach Fitzgerald"
  6. ],
  7. "description": "Ionic Material - Material Design for the Ionic Framework",
  8. "main": "dist/ionic-material.min.js",
  9. "keywords": [
  10. "Ionic",
  11. "Material",
  12. "Design",
  13. "Angular",
  14. "Framework",
  15. "Hybrid",
  16. "Apps",
  17. "Mobile"
  18. ],
  19. "license": "MIT",
  20. "homepage": "http://ionicmaterial.com",
  21. "private": false,
  22. "bugs": {
  23. "url": "https://github.com/zachsoft/Ionic-Material/issues"
  24. },
  25. "ignore": [
  26. "**/.*",
  27. "node_modules",
  28. "bower_components",
  29. "test",
  30. "tests"
  31. ],
  32. "dependencies": {
  33. "gulp": "^3.7.0",
  34. "gulp-concat": "^2.1.7",
  35. "gulp-livereload": "^3.0.0",
  36. "gulp-minify-css": "^0.3.0",
  37. "gulp-rename": "^1.1.0",
  38. "gulp-uglify": "^0.2.1",
  39. "lodash": "^3.9.1"
  40. },
  41. "devDependencies": {
  42. "cz-conventional-changelog": "^1.1.0",
  43. "gulp-sass": "^2.0.0",
  44. "gulp-sourcemaps": "^1.5.2",
  45. "gulp-webpack": "^1.4.0",
  46. "node-libs-browser": "^0.5.0",
  47. "webpack": "^1.9.7"
  48. }
  49. }