-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 974 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
{
"name": "line-navigator",
"version": "2.1.6",
"description": "Reads, searches and navigates HTML5/Node.JS text files of any size in the browser or backend",
"main": "line-navigator.js",
"dependencies": {},
"devDependencies": {
"chai": "*",
"minifier": "^0.8.0",
"mocha": "*",
"tmp": "*"
},
"scripts": {
"minify": "node minify.js",
"test": "mocha tests/*-tests.js",
"test-watch": "mocha tests/*-tests.js -w"
},
"repository": {
"type": "git",
"url": "https://github.com/anpur/client-line-navigator.git"
},
"keywords": [
"frontend",
"file",
"search",
"browser",
"html5",
"line",
"random access",
"node"
],
"author": "Anton Purin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/anpur/client-line-navigator/issues"
},
"homepage": "https://github.com/anpur/client-line-navigator",
"tonicExampleFilename": "examples/tonic-example.js"
}