-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 795 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 795 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@socketry/live",
"type": "module",
"version": "0.16.2",
"description": "Live HTML tags for Ruby.",
"main": "Live.js",
"exports": {
".": "./Live.js"
},
"files": [
"Live.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/socketry/live-js.git"
},
"scripts": {
"test": "node --test"
},
"devDependencies": {
"jsdom": "^24.0",
"ws": "^8.17"
},
"dependencies": {
"morphdom": "^2.7"
},
"keywords": [
"live",
"dynamic",
"html",
"ruby"
],
"author": "Samuel Williams <samuel.williams@oriontransfer.co.nz> (http://www.codeotaku.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/socketry/live-js/issues"
},
"homepage": "https://github.com/socketry/live-js#readme"
}