-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 KB
/
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
45
46
47
{
"name": "@domq-js/core",
"description": "~ Lightweight Wrapper For Vanilla JS ~",
"version": "1.0.1",
"funding": "https://sva.onl/sponsor",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vanilla-javascript",
"vanilla-js",
"vanillajs",
"tiny",
"jquery",
"html",
"dom",
"dom-query",
"query-dom",
"jquery-alternative",
"dom-manipulation",
"dom-effects",
"dom-api",
"html-dom",
"html-dom-element",
"javascript",
"javascript-library",
"javascript-dom",
"modern-browsers",
"dom-library"
],
"author": "Varun Sridharan <[email protected]> (https://varunsridharan.in)",
"devDependencies": {
"sofy": "^1.0.7",
"@varunsridharan/js-is": "*",
"@varunsridharan/js-vars": "*",
"dizzle": "^1.0.4",
"rollup-plugin-gzip": "^2.5.0"
},
"repositories": {
"type": "git",
"url": "https://github.com/domq-js/core.git"
},
"license": "MIT",
"homepage": "https://github.com/domq-js/core"
}