-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.05 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
48
49
50
51
52
{
"name": "dabbyjs",
"version": "0.9.16",
"homepage": "https://hexydec.github.io/dabby",
"author": "Will Earp <will@hexydec.com>",
"description": "A lightweight modular ES6 jQuery clone library built for modern browsers",
"keywords": [
"util",
"functional",
"jquery",
"client",
"browser",
"selector",
"alternative",
"javascript"
],
"contributors": [],
"main": "dist/dabby.min.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexydec/dabby/issues"
},
"scripts": {
"test": "grunt test"
},
"browserslist": [
"defaults"
],
"files": [
"dist/*.js",
"src/**/*.js"
],
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"benchmark": "^2.1.4",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-rollup": "^12.0.0",
"grunt-terser": "^2.0.0",
"jsdoc": "^4.0.2",
"load-grunt-tasks": "^5.1.0",
"qunit": "^2.19.4",
"rollup": "^3.18.0",
"terser": "^5.16.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexydec/dabby.git"
}
}