forked from pburrows/rangy-updated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 936 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
{
"name": "rangy-updated",
"description": "A cross-browser DOM range and selection library, cloned from the original rangy repository, updated, and accepting PRs",
"version": "1.3.3",
"author": {
"name": "Patrick Burrows",
"email": "[email protected]",
"url": "http://burrowscorp.com/"
},
"keywords": ["range", "selection", "caret", "DOM"],
"homepage": "https://github.com/pburrows/rangy-updated",
"bugs": {
"url": "https://github.com/pburrows/rangy-updated/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pburrows/rangy-updated.git"
},
"main": "lib/rangy-core.js",
"directories": {
"lib": "./lib"
},
"dependencies": {},
"devDependencies": {}
}