-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1008 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1008 Bytes
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": "@idevgames/state-js",
"version": "1.4.0",
"description": "State.js exposes DOM element states as CSS variables for data-driven animations and game development. Track data attributes, form inputs, media playback, and visibility - the missing piece for pure CSS/HTML game development.",
"main": "src/state.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iDev-Games/State-JS.git"
},
"keywords": [
"state",
"css-variables",
"game-development",
"data-driven",
"animation",
"reactive",
"html5-games",
"css-animations",
"state-management",
"data-attributes",
"css",
"html",
"javascript",
"game-ui",
"declarative",
"css-first"
],
"author": "iDev Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/iDev-Games/State-JS/issues"
},
"homepage": "https://github.com/iDev-Games/State-JS#readme",
"publishConfig": {
"@iDev-Games:registry": "https://npm.pkg.github.com"
}
}