package.json 844 B

1234567891011121314151617181920212223
  1. {
  2. "name": "infusion",
  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. "precommit": "npm run build"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/Heydon/inclusive-pattern-library.git"
  16. },
  17. "author": "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/Heydon/inclusive-pattern-library/issues"
  21. },
  22. "homepage": "https://github.com/Heydon/inclusive-pattern-library#readme"
  23. }