-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 896 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 896 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
40
41
{
"name": "range-normalize",
"version": "1.1.1",
"description": "Cross-browser normalization of DOM Range start and end containers",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/range-normalize.git"
},
"keywords": [
"dom",
"range",
"collapse",
"instance",
"startContainer",
"endContainer",
"offset",
"normalize",
"normalization"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/range-normalize/issues"
},
"homepage": "https://github.com/webmodules/range-normalize",
"dependencies": {
"debug": "2",
"index-of": "0.1.0",
"void-elements": "1"
},
"devDependencies": {
"zuul": "2"
}
}