forked from bigskysoftware/htmx-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "htmx-ext-morphdom-swap",
"version": "2.0.1",
"main": "dist/morphdom-swap.esm.js",
"unpkg": "dist/morphdom-swap.min.js",
"jsdelivr": "dist/morphdom-swap.min.js",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
"format": "eslint --fix test/ext test",
"test": "mocha-chrome test/index.html",
"www": "bash ./scripts/www.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigskysoftware/htmx-extensions.git"
},
"dependencies": {
"htmx.org": "^2.0.2"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-dom": "^1.12.0",
"mocha": "10.1.0",
"mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
"sinon": "^9.2.4"
}
}