-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 1010 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
{
"name": "visualization-with-akira-cn",
"version": "1.0.0",
"description": "极客时间专栏《跟月影学可视化》课后练习题",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "http-server -c-1 -p5500"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lidongjies/visualization-with-akira-cn.git"
},
"keywords": [
"visualization",
"graphics"
],
"author": "jaye lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lidongjies/visualization-with-akira-cn/issues"
},
"homepage": "https://github.com/lidongjies/visualization-with-akira-cn#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-html": "^6.0.0",
"http-server": "^0.12.1"
},
"dependencies": {
"controlkit": "git+https://github.com/automat/controlkit.js.git",
"gl-renderer": "^0.13.6",
"glsl-doodle": "^0.2.0",
"spritejs": "^3.7.24"
}
}