UNPKG

1.32 kBJSONView Raw
1{
2 "name": "htmx.org",
3 "description": "high power tools for html",
4 "keywords": [
5 "AJAX",
6 "HTML"
7 ],
8 "version": "1.7.0",
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 "scripts": {
26 "test": "mocha-chrome test/index.html",
27 "test-types": "tsc --project ./jsconfig.json",
28 "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -9 -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
29 "www": "node scripts/www.js",
30 "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/bigskysoftware/htmx.git"
35 },
36 "devDependencies": {
37 "@11ty/eleventy": "^0.10.0",
38 "@11ty/eleventy-plugin-rss": "^1.1.2",
39 "chai": "^4.3.6",
40 "eleventy-plugin-sass": "^1.2.0",
41 "fs-extra": "^9.1.0",
42 "mocha": "^7.2.0",
43 "mocha-chrome": "^2.2.0",
44 "mocha-webdriver-runner": "^0.6.3",
45 "sass": "^1.49.7",
46 "sinon": "^9.2.4",
47 "typescript": "^4.5.5",
48 "uglify-js": "^3.15.0"
49 }
50}