UNPKG

1.44 kBJSONView Raw
1{
2 "name": "htmx.org",
3 "description": "high power tools for html",
4 "keywords": [
5 "AJAX",
6 "HTML"
7 ],
8 "version": "1.8.6",
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/htmx.d.ts",
18 "dist/*.js",
19 "dist/ext/*.js",
20 "dist/*.js.gz",
21 "editors/jetbrains/htmx.web-types.json"
22 ],
23 "main": "dist/htmx.min.js",
24 "types": "dist/htmx.d.ts",
25 "unpkg": "dist/htmx.min.js",
26 "web-types": "editors/jetbrains/htmx.web-types.json",
27 "scripts": {
28 "test": "mocha-chrome test/index.html",
29 "test-types": "tsc --project ./jsconfig.json",
30 "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -9 -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
31 "www": "node scripts/www.js",
32 "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
33 },
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/bigskysoftware/htmx.git"
37 },
38 "devDependencies": {
39 "@11ty/eleventy": "^0.12.1",
40 "@11ty/eleventy-plugin-rss": "^1.1.2",
41 "chai": "^4.3.6",
42 "chai-dom": "^1.11.0",
43 "fs-extra": "^9.1.0",
44 "mocha": "^10.2.0",
45 "mocha-chrome": "^2.2.0",
46 "mocha-webdriver-runner": "^0.6.3",
47 "mock-socket": "^9.1.5",
48 "sass": "^1.51.0",
49 "sinon": "^9.2.4",
50 "typescript": "^4.5.5",
51 "uglify-js": "^3.15.0"
52 }
53}