UNPKG

rangy

Version:

A cross-browser DOM range and selection library

36 lines 932 B
{ "name": "rangy", "description": "A cross-browser DOM range and selection library", "version": "1.3.2", "author": { "name": "Tim Down", "email": "tim@timdown.co.uk", "url": "https://timdown.co.uk/" }, "keywords": ["range", "selection", "caret", "DOM"], "homepage": "https://github.com/timdown/rangy", "bugs": { "url": "https://github.com/timdown/rangy/issues" }, "licenses": [ { "type": "MIT", "url": "https://opensource.org/licenses/mit-license.php" } ], "repository": { "type": "git", "url": "https://github.com/timdown/rangy.git" }, "main": "lib/rangy-core.js", "directories": { "lib": "./lib" }, "dependencies": {}, "devDependencies": { "terser": "^5.14.2", "rimraf": "^3.0.2", "jshint": "^2.13.5", "archiver": "^5.3.1" } }