1 | {
|
2 | "name": "htmx.org",
|
3 | "description": "high power tools for html",
|
4 | "keywords": [
|
5 | "AJAX",
|
6 | "HTML"
|
7 | ],
|
8 | "version": "1.8.1",
|
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.12.1",
|
38 | "@11ty/eleventy-plugin-rss": "^1.1.2",
|
39 | "chai": "^4.3.6",
|
40 | "chai-dom": "^1.11.0",
|
41 | "eleventy-plugin-sass": "^1.2.0",
|
42 | "fs-extra": "^9.1.0",
|
43 | "mocha": "^7.2.0",
|
44 | "mocha-chrome": "^2.2.0",
|
45 | "mocha-webdriver-runner": "^0.6.3",
|
46 | "sass": "^1.51.0",
|
47 | "sinon": "^9.2.4",
|
48 | "typescript": "^4.5.5",
|
49 | "uglify-js": "^3.15.0"
|
50 | }
|
51 | }
|