-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 831 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 831 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
{
"name": "range-at-index",
"version": "1.0.4",
"description": "Returns a Range instance selecting text within an HTML Element, at start and end offsets",
"main": "build/index.js",
"scripts": {
"test": "make test",
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/range-at-index.git"
},
"keywords": [
"dom",
"browser",
"range",
"offset",
"index",
"text",
"iterate"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MITt",
"bugs": {
"url": "https://github.com/webmodules/range-at-index/issues"
},
"homepage": "https://github.com/webmodules/range-at-index",
"dependencies": {
"babel-runtime": "4.7.4"
},
"devDependencies": {
"babel": "4.7.4",
"zuul": "2"
}
}