Files
FrenoCorp/node_modules/ltgt/package.json
Michael Freno 7c684a42cc FRE-600: Fix code review blockers
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 00:08:01 -04:00

37 lines
829 B
JSON

{
"name": "ltgt",
"description": "",
"version": "2.2.1",
"homepage": "https://github.com/dominictarr/ltgt",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/ltgt.git"
},
"dependencies": {},
"devDependencies": {
"tape": "~2.13.1"
},
"scripts": {
"prepublish": "npm ls && node test.js",
"test": "node test.js"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT",
"testling": {
"files": "test.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}