-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 953 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
37
38
39
40
41
{
"name": "wrap-range",
"version": "2.0.3",
"description": "Wraps a DOM Range instance with the specified DOM node name",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/wrap-range.git"
},
"keywords": [
"browser",
"dom",
"range",
"surround",
"contents",
"wrap",
"node"
],
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/wrap-range/issues"
},
"homepage": "https://github.com/webmodules/wrap-range",
"dependencies": {
"block-elements": "~1.1.0",
"component-closest": "~1.0.1",
"debug": "2",
"get-document": "1",
"range-extract-contents": "~1.0.0",
"range-insert-node": "~1.0.0",
"range-iterator": "~2.0.0",
"range-normalize": "~1.1.1"
},
"devDependencies": {
"zuul": "2"
}
}