UNPKG

@playcanvas/jsdoc-template

Version:

JSDoc 3.x and 4.x compatible template for PlayCanvas

49 lines (48 loc) 1.17 kB
{ "name": "@playcanvas/jsdoc-template", "version": "1.1.2", "description": "JSDoc 3.x and 4.x compatible template for PlayCanvas", "author": "PlayCanvas <support@playcanvas.com>", "homepage": "https://playcanvas.com", "keywords": [ "playcanvas", "game engine", "webgl", "webgl2", "3d", "jsdoc" ], "license": "MIT", "bugs": { "url": "https://github.com/playcanvas/playcanvas-jsdoc-template/issues" }, "repository": { "type": "git", "url": "git://github.com/playcanvas/playcanvas-jsdoc-template.git" }, "eslintConfig": { "extends": "@playcanvas/eslint-config" }, "scripts": { "build": "sass --no-source-map sass/styles.scss static/styles/styles.css", "lint": "eslint publish.js static/scripts/site/*", "test": "npm run lint" }, "files": [ "LICENSE", "package.json", "publish.js", "README.md", "static", "tmpl" ], "devDependencies": { "@jsdoc/salty": "^0.2.5", "@playcanvas/eslint-config": "^1.5.0", "eslint": "^8.45.0", "sass": "^1.64.1" }, "dependencies": { "handlebars": "^4.7.7" } }