1 | {
|
2 | "name": "htmx.org",
|
3 | "description": "high power tools for html",
|
4 | "keywords": [
|
5 | "AJAX",
|
6 | "HTML"
|
7 | ],
|
8 | "version": "0.2.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 | "unpkg": "dist/htmx.min.js",
|
23 | "scripts": {
|
24 | "test": "mocha-chrome test/index.html",
|
25 | "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
|
26 | "www": "node scripts/www.js",
|
27 | "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
|
28 | },
|
29 | "repository": {
|
30 | "type": "git",
|
31 | "url": "git+https://github.com/bigskysoftware/htmx.git"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@11ty/eleventy": "^0.10.0",
|
35 | "chai": "^4.2.0",
|
36 | "eleventy-plugin-sass": "^1.0.0",
|
37 | "fs-extra": "^9.0.0",
|
38 | "mocha": "^7.1.1",
|
39 | "mocha-chrome": "^2.2.0",
|
40 | "sinon": "^9.0.2",
|
41 | "uglify-js": "^3.9.1"
|
42 | }
|
43 | }
|