UNPKG

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