-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.24 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.24 KB
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
48
49
50
51
52
53
54
{
"name": "dollar-js",
"version": "2.2.1",
"description": "A lighter, faster, modular jQuery replacement (manipulate DOM, bind events, and more...)",
"keywords": [
"$",
"dom",
"light",
"lightweight",
"faster",
"modular",
"replacement",
"jquery",
"selector",
"css",
"data",
"traverse",
"bind"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seebigs/dollar-js.git"
},
"bugs": {
"url": "https://github.com/seebigs/dollar-js/issues"
},
"main": "prebuilt/dollar.js",
"scripts": {
"benchmark": "node bundl && node bundl benchmark",
"build": "node bundl",
"compare": "node bundl compare",
"prepublish": "node prepublish",
"test": "node bundl test"
},
"devDependencies": {
"ast-parents": "0.0.1",
"ast-traverse": "^0.1.1",
"bundl": "^1.1.0",
"bundl-benchmark": "^2.0.0",
"bundl-eslint": "^2.0.0",
"bundl-minify": "^2.0.0",
"bundl-rename": "^2.0.0",
"bundl-wrap": "^2.0.0",
"bundl-write": "^2.0.0",
"bytes": "^3.1.1",
"console.table": "^0.10.0",
"esprima": "^4.0.1",
"feather-test-browser": "^4.1.1",
"jquery": "^3.6.0",
"octicons": "^8.5.0",
"seebigs-utils": "^1.4.0"
}
}