package.json 539 B

123456789101112131415161718
  1. {
  2. "name": "hue-docs-site",
  3. "version": "1.0.0",
  4. "description": "NPM dependency management for docs",
  5. "main": "",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "clean-static": "rm -rf static/js/gethue/*",
  9. "copy-static": "cp -r node_modules/gethue/components static/js/gethue/ && cp -r node_modules/gethue/parsers static/js/gethue/",
  10. "update-static": "npm run clean-static && npm run copy-static"
  11. },
  12. "author": "",
  13. "license": "Apache-2.0",
  14. "dependencies": {
  15. "gethue": "4.8.1"
  16. }
  17. }