forked from playcanvas/playcanvas-jsdoc-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@playcanvas/jsdoc-template",
"version": "1.0.13",
"description": "JSDoc 3 template for PlayCanvas",
"author": "PlayCanvas <[email protected]>",
"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": "eslint-config-playcanvas"
},
"scripts": {
"build": "sass --no-source-map sass/styles.scss static/styles/styles.css",
"lint": "eslint .",
"test": "npm run lint"
},
"devDependencies": {
"@playcanvas/eslint-config": "^1.0.4",
"eslint": "^6.8.0",
"sass": "^1.26.3",
"taffydb": "^2.7.3"
},
"dependencies": {
"handlebars": "^4.7.3"
}
}