You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

{
"name": "read-last-lines",
"version": "1.6.0",
"description": "Read in the last N lines of a file efficiently using node.js and fs.",
"main": "./dist/index.js",
"scripts": {
"build": "BABEL_ENV=production babel src --out-dir dist",
"prepublishOnly": "npm run build",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexbbt/read-last-lines.git"
},
"keywords": [
"read",
"lines",
"last",
"file",
"read"
],
"author": "Alexander Bell-Towne <code@bell-towne.com> (https://github.com/alexbbt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexbbt/read-last-lines/issues"
},
"homepage": "https://github.com/alexbbt/read-last-lines#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.17.1",
"mocha": "^3.1.2"
},
"dependencies": {
"mz": "^2.7.0"
}
}