| 12345678910111213141516171819 |
- {
- "name": "hue-docs-site",
- "version": "1.0.0",
- "description": "NPM dependency management for docs",
- "main": "",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "clean-static": "rm -rf static/js/gethue",
- "copy-components": "mkdir -p static/js/gethue/components && cp -r node_modules/gethue/lib/components/*.js static/js/gethue/components/",
- "copy-parsers": "mkdir -p static/js/gethue/parsers && cp -r node_modules/gethue/lib/parsers/*.js static/js/gethue/parsers/",
- "update-static": "npm run clean-static && npm run copy-components && npm run copy-parsers"
- },
- "author": "",
- "license": "Apache-2.0",
- "dependencies": {
- "gethue": "4.8.1"
- }
- }
|