-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 828 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 828 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
{
"name": "save-range",
"version": "1.1.1",
"description": "Uses DOM markers to save a Range's boundaries for loading later",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/save-range.git"
},
"keywords": [
"dom",
"range",
"save",
"load",
"restore",
"revive",
"marker",
"selection"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/save-range/issues"
},
"homepage": "https://github.com/webmodules/save-range",
"dependencies": {
"component-uid": "0.0.2",
"debug": "2",
"get-document": "1",
"range-insert-node": "~1.0.1"
},
"devDependencies": {
"zuul": "2"
}
}