{ "name": "goa-gel-documentation", "version": "1.0.0", "description": "Goa-GEL Platform Documentation Service", "main": "index.js", "scripts": { "start": "http-server public -p 8080", "build": "node build.js", "dev": "http-server public -p 8080 -o" }, "keywords": [ "documentation", "goa-gel", "user-guide" ], "author": "Goa Government", "license": "MIT", "dependencies": { "http-server": "^14.1.1", "marked": "^11.1.1", "highlight.js": "^11.9.0" } }