-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 878 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
{
"name": "deusjs",
"version": "0.1.0",
"description": "A very lightweight front-end framework inspired by React but easier to learn",
"main": "deusjs.mjs",
"repository": {
"type": "git",
"url": "https://github.com/braksator/DeusJS.git"
},
"keywords": [
"react",
"virtual",
"dom",
"vdom",
"component",
"composition",
"components",
"navigation",
"event",
"events",
"global",
"state",
"state",
"thin",
"lightweight",
"tiny",
"html"
],
"author": "Daniel Braksator",
"bugs": {
"url": "https://github.com/braksator/DeusJS/issues"
},
"homepage": "https://github.com/braksator/DeusJS#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-footer": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-terser": "^1.2.0"
},
"dependencies": {}
}