{
	"name": "dabbyjs",
	"version": "0.10.1",
	"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.js",
	"types": "dist/src/build.d.ts",
	"source": "src/build.js",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/hexydec/dabby/issues"
	},
	"scripts": {
		"test": "grunt test",
		"tsc": "node_modules\\.bin\\tsc"
	},
	"browserslist": [
		"defaults"
	],
	"files": [
		"dist/*.js",
		"src/**/*.js"
	],
	"devDependencies": {
		"@babel/core": "^7.29.0",
		"@babel/preset-env": "^7.29.0",
		"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.5",
		"load-grunt-tasks": "^5.1.0",
		"qunit": "^2.25.0",
		"rollup": "^4.57.1",
		"terser": "^5.46.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hexydec/dabby.git"
	}
}
