package.json 965 B

123456789101112131415161718192021222324
  1. {
  2. "name": "inclusive-pattern-library",
  3. "version": "0.0.1",
  4. "description": "An inclusive pattern library builder for documenting inclusive interface design",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "serve": "hugo server",
  9. "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
  10. "build": "hugo",
  11. "setup": "hugo && git add public",
  12. "host": "hugo && git push origin `git subtree split --prefix public master`:gh-pages --force"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/Heydon/inclusive-pattern-library.git"
  17. },
  18. "author": "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/Heydon/inclusive-pattern-library/issues"
  22. },
  23. "homepage": "https://github.com/Heydon/inclusive-pattern-library#readme"
  24. }