-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
48 lines (48 loc) · 859 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
41
42
43
44
45
46
47
48
{
"name": "zimjs",
"version": "17.0.3",
"type": "module",
"main": "./src/zim.js",
"types": "./ts-src/typings/zim",
"scripts": {},
"devDependencies": {
"typescript": "^4.5.2"
},
"dependencies": {
"@zimjs/createjs": "^1.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/danzen/zimjs.git"
},
"keywords": [
"ZIM",
"ZIMjs",
"Canvas",
"Components",
"Controls",
"Conveniences",
"CreateJS",
"EaselJS",
"Generative Art",
"Data Visualization",
"Shaders",
"Games",
"Puzzles",
"InfoActives",
"Interactive Logos",
"Interactive Infographics",
"Apps",
"Mobile Apps",
"Interactive Ads",
"UI UX",
"Learn Coding",
"Teach Coding",
"VR",
"XR",
"AR",
"Rive"
],
"author": "Dr Abstract - Dan Zen",
"license": "ISC"
}