-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.12 KB
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
{
"name": "@idevgames/state-js",
"version": "1.6.2",
"description": "State.js is a CSS reactive framework that makes UI state and updates flow through CSS instead of JavaScript logic, enabling data driven animations and reactive UIs. Build dynamic, interactive interfaces using pure CSS and HTML.",
"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"
},
"peerDependencies": {
"dompurify": "^3.0.0"
},
"peerDependenciesMeta": {
"dompurify": {
"optional": true
}
}
}