-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 923 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
{
"name": "caldom",
"title": "CalDOM",
"version": "1.0.7",
"description": "An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.",
"homepage": "https://caldom.org",
"main": "dist/caldom.min.js",
"scripts": {
"test": "pfreak test ./tests_and_benchmarks/internal/",
"build": "./make.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dumijay/CalDom.git"
},
"keywords": [
"Lightweight",
"Performant",
"Minimalist",
"Reactive",
"Components",
"JavaScript",
"Browser",
"UI",
"Frontend",
"DOM",
"Library",
"Tiny",
"Small",
"jQuery",
"React",
"Vue",
"Alternative"
],
"author": "Dumi Jay",
"license": "MIT",
"bugs": {
"url": "https://github.com/dumijay/CalDom/issues"
},
"devDependencies": {
"pfreak": "^0.3.3",
"uglify-js": "^3.13.8"
}
}