-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
{
"name": "dizzle",
"description": "~ Simple Fast CSS Selector Engine ~",
"version": "1.0.4",
"funding": "https://sva.onl/sponsor/",
"main": "dist/dizzle.umd.js",
"module": "dist/dizzle.es.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"maintainers": [
{
"name": "Varun Sridharan",
"email": "varunsridharan23@gmail.com",
"web": "https://varunsridharan.in"
}
],
"dependencies": {
"@varunsridharan/js-vars": "*",
"@varunsridharan/js-is": "*"
},
"devDependencies": {
"sofy": "^1.0.7"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/varunsridharan/dizzle.git"
}
],
"license": "MIT",
"homepage": "https://github.com/varunsridharan/dizzle"
}