UNPKG

785 BJSONView Raw
1{
2 "name": "read-last-lines",
3 "version": "1.1.0",
4 "description": "Read in the last N lines of a file efficiently using node.js and fs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/alexbbt/read-last-lines.git"
12 },
13 "keywords": [
14 "read",
15 "lines",
16 "last",
17 "file",
18 "read"
19 ],
20 "author": "Alexander Bell-Towne <code@bell-towne.com> (https://github.com/alexbbt)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/alexbbt/read-last-lines/issues"
24 },
25 "homepage": "https://github.com/alexbbt/read-last-lines#readme",
26 "devDependencies": {
27 "chai-as-promised": "^6.0.0",
28 "chai": "^3.5.0"
29 },
30 "dependencies": {
31 "fs-promise": "^0.5.0"
32 }
33}