UNPKG

1.38 kBJSONView Raw
1{
2 "name": "htmx.org",
3 "description": "high power tools for html",
4 "keywords": [
5 "AJAX",
6 "HTML"
7 ],
8 "version": "1.9.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/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 "engines": {
28 "node": "15.x"
29 },
30 "scripts": {
31 "test": "mocha-chrome test/index.html",
32 "test-types": "tsc --project ./jsconfig.json",
33 "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -9 -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
34 "www": "node scripts/www.js",
35 "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git+https://github.com/bigskysoftware/htmx.git"
40 },
41 "devDependencies": {
42 "chai": "^4.3.7",
43 "chai-dom": "^1.11.0",
44 "fs-extra": "^9.1.0",
45 "mocha": "^10.2.0",
46 "mocha-chrome": "^2.2.0",
47 "mocha-webdriver-runner": "^0.6.4",
48 "mock-socket": "^9.2.1",
49 "sinon": "^9.2.4",
50 "typescript": "^4.9.5",
51 "uglify-js": "^3.17.4"
52 }
53}