forked from jqrony/snizzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 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
{
"title": "Snizzle",
"name": "snizzle",
"version": "1.7.2",
"description": "A pure-JavaScript fast, CSS selector engine program to be easily select DOM-Elements",
"types": "dist/snizzle.js",
"main": "dist/snizzle.js",
"scripts": {
"build": "npm install && grunt",
"start": "grunt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jqrony/snizzle.git"
},
"directories": {
"dist": "dist"
},
"keywords": [
"snizzle",
"sizzle",
"hot-selector",
"sizzline",
"CSS",
"selectors",
"pseudo",
"jqrony",
"library",
"javascript",
"css-select"
],
"author": "Shahzada Modassir (https://github.com/jqrony/snizzle/blob/main/AUTHORS.txt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jqrony/snizzle/issues"
},
"homepage": "https://github.com/jqrony/snizzle#readme"
}