You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
402 B

  1. {
  2. "paths": {
  3. "source": {
  4. "definitions" : "definitions/",
  5. "themes" : "themes/"
  6. },
  7. "output": {
  8. "uncompressed" : "build/uncompressed/",
  9. "minified" : "build/minified/",
  10. "packaged" : "build/packaged/"
  11. }
  12. },
  13. "browserSupport" : [
  14. "last 2 version",
  15. "> 1%",
  16. "opera 12.1",
  17. "safari 6",
  18. "ie 9",
  19. "bb 10",
  20. "android 4"
  21. ]
  22. }