mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "htmx.org",
|
|
"description": "high power tools for html",
|
|
"keywords": [
|
|
"AJAX",
|
|
"HTML"
|
|
],
|
|
"version": "0.0.4",
|
|
"homepage": "https://htmx.org/",
|
|
"bugs": {
|
|
"url": "https://github.com/bigskysoftware/htmx/issues"
|
|
},
|
|
"license": "BSD 2-Clause",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"dist/*.js",
|
|
"dist/ext/*.js",
|
|
"dist/*.js.gz"
|
|
],
|
|
"main": "dist/htmx.min.js",
|
|
"unpkg": "dist/htmx.min.js",
|
|
"scripts": {
|
|
"test": "mocha-chrome test/index.html",
|
|
"dist": "cp -r src/* dist/ && npm run-script uglify && gzip -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
|
|
"www": "node scripts/www.js",
|
|
"uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bigskysoftware/htmx.git"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.10.0",
|
|
"chai": "^4.2.0",
|
|
"eleventy-plugin-sass": "^1.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"mocha": "^7.1.1",
|
|
"mocha-chrome": "^2.2.0",
|
|
"sinon": "^9.0.2",
|
|
"uglify-js": "^3.9.1"
|
|
}
|
|
}
|