UNPKG

1.06 kBJSONView Raw
1{
2 "name": "htmx.org",
3 "description": "high power tools for html",
4 "keywords": [
5 "AJAX",
6 "HTML"
7 ],
8 "version": "0.0.3",
9 "homepage": "https://htmx.org/",
10 "bugs": {
11 "url": "https://github.com/bigskysoftware/htmx/issues"
12 },
13 "license": "BSD 2-Clause",
14 "files": [
15 "LICENSE",
16 "README.md",
17 "dist/*.js",
18 "dist/*.js.gz"
19 ],
20 "main": "dist/htmx.min.js",
21 "unpkg": "dist/htmx.min.js",
22 "scripts": {
23 "test": "mocha-chrome test/index.html",
24 "dist": "cp src/htmx.js dist/ && npm run-script uglify && gzip -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
25 "www": "node scripts/www.js",
26 "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/bigskysoftware/htmx.git"
31 },
32 "devDependencies": {
33 "@11ty/eleventy": "^0.10.0",
34 "chai": "^4.2.0",
35 "eleventy-plugin-sass": "^1.0.0",
36 "fs-extra": "^9.0.0",
37 "mocha": "^7.1.1",
38 "mocha-chrome": "^2.2.0",
39 "sinon": "^9.0.2",
40 "uglify-js": "^3.9.1"
41 }
42}