-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 905 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
{
"name": "gl-playground",
"version": "0.0.1",
"description": "A personal WebGL experimental playground",
"home": "https://tomhsiao1260.github.io/gl-playground/",
"scripts": {
"dev": "http-server dist",
"deploy": "gh-pages -d dist",
"lint": "eslint ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TomHsiao1260/gl-playground.git"
},
"author": {
"name": "Hsiao Yao",
"email": "[email protected]",
"url": "https://twitter.com/YTaBQSlVXl0AVC8"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TomHsiao1260/gl-playground/issues"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.2",
"gh-pages": "^3.1.0",
"http-server": "^0.12.3"
}
}