forked from MathiasWP/TeroyJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 776 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 776 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
{
"name": "teroy",
"version": "0.2.1",
"description": "The smallest JavaScript state-based component UI renderer.",
"main": "Teroy.min.js",
"scripts": {
"start": "node Teroy.js",
"minify": "terser -o Teroy.polyfill.js Teroy.polyfill.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MathiasWP/TeroyJS.git"
},
"keywords": [
"state",
"component",
"ui",
"render",
"reactive",
"proxy",
"javascript",
"framework",
"es6",
"component",
"teroy"
],
"author": "Mathias Picker",
"license": "MIT",
"bugs": {
"url": "https://github.com/MathiasWP/TeroyJS/issues"
},
"homepage": "https://github.com/MathiasWP/TeroyJS#readme",
"devDependencies": {
"terser": "^4.6.13"
}
}