-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1019 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
45
46
{
"title": "Pseudo Selector",
"name": "pseudo-selector",
"version": "1.2.0",
"description": "A pure-Javascript, Advance CSS Selector Engine v1.2.0",
"main": "dist/snizzle.js",
"scripts": {
"build": "npm install && grunt",
"start": "grunt start",
"test": "grunt && grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jqrony/snizzle.git"
},
"keywords": [
"pseudo-selector",
"javascript",
"CSS",
"selector",
"jqrony",
"snizzle"
],
"author": {
"name": "Shahzada Modassir",
"url": "https://github.com/jqrony/snizzle/blob/1.2.0/AUTHORS.txt"
},
"license": "MIT",
"files": [
"COPYRIGHT.txt",
"bower.json",
"codeowners",
"AUTHORS.txt",
"LICENSE.txt",
"README.md",
"dist/snizzle.js",
"dist/snizzle-min.js"
],
"dependencies": {
"snizzle": "^1.2.0"
},
"bugs": {
"url": "https://github.com/jqrony/snizzle/issues"
},
"homepage": "https://github.com/jqrony/snizzle#readme"
}