-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "unwrap-range",
"version": "2.0.5",
"description": "Removes the specified `nodeName` from within or surrounding the given Range",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/unwrap-range.git"
},
"keywords": [
"browser",
"unwrap",
"range",
"dom",
"element",
"node",
"nodeName",
"remove"
],
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/unwrap-range/issues"
},
"homepage": "https://github.com/webmodules/unwrap-range",
"dependencies": {
"block-elements": "~1.1.0",
"component-closest": "~1.0.1",
"component-query": "0.0.3",
"debug": "2",
"get-document": "1",
"range-at-index": "~1.0.4",
"range-extract-contents": "~1.0.1",
"range-insert-node": "~1.0.3",
"range-iterator": "~2.0.0",
"range-normalize": "~1.1.1",
"range-position": "~1.0.1",
"save-range": "~1.1.1",
"split-at-range": "0.0.2",
"unwrap-node": "~1.0.0",
"wrap-range": "~2.0.3"
},
"devDependencies": {
"zuul": "2"
}
}