-
Notifications
You must be signed in to change notification settings - Fork 367
/
package.json
36 lines (36 loc) · 932 Bytes
/
package.json
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
{
"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"
}
}