UNPKG

774 BJSONView Raw
1{
2 "author": {
3 "name": "Luca Grulla",
4 "url": "https://www.lucagrulla.com"
5 },
6 "contributors": [
7 "Luca Grulla",
8 "Tom Hall"
9 ],
10 "name": "tail",
11 "description": "tail a file in node",
12 "keywords": [
13 "tail",
14 "file",
15 "logs"
16 ],
17 "version": "1.4.0",
18 "homepage": "https://www.lucagrulla.com/node-tail",
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/lucagrulla/node-tail.git"
22 },
23 "main": "lib/tail",
24 "engines": {
25 "node": ">= 0.4.0"
26 },
27 "scripts": {
28 "build": "cake build",
29 "prepare": "npm run build",
30 "prepublishOnly": "npm run test",
31 "test": "mocha"
32 },
33 "license": "MIT",
34 "dependencies": {},
35 "devDependencies": {
36 "chai": "3.x",
37 "coffeescript": "2.3.1",
38 "mocha": "5.x"
39 }
40}