UNPKG

1.25 kBJSONView Raw
1{
2 "name": "htmx.org",
3 "description": "high power tools for html",
4 "keywords": [
5 "AJAX",
6 "HTML"
7 ],
8 "version": "1.6.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 "dist/*.js",
18 "dist/ext/*.js",
19 "dist/*.js.gz"
20 ],
21 "main": "dist/htmx.min.js",
22 "types": "src/htmx.d.ts",
23 "unpkg": "dist/htmx.min.js",
24 "scripts": {
25 "test": "mocha-chrome test/index.html",
26 "test-types": "tsc --project ./jsconfig.json",
27 "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
28 "www": "node scripts/www.js",
29 "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/bigskysoftware/htmx.git"
34 },
35 "devDependencies": {
36 "@11ty/eleventy": "^0.10.0",
37 "@11ty/eleventy-plugin-rss": "^1.1.1",
38 "chai": "^4.3.4",
39 "eleventy-plugin-sass": "^1.2.0",
40 "fs-extra": "^9.1.0",
41 "mocha": "^7.2.0",
42 "mocha-chrome": "^2.2.0",
43 "sass": "^1.34.0",
44 "sinon": "^9.2.4",
45 "typescript": "^4.3.5",
46 "uglify-js": "^3.13.7"
47 }
48}