UNPKG

586 BJSONView Raw
1{
2 "name": "abq",
3 "version": "0.1.5",
4 "description": "Append data to a file in query.",
5 "main": "abq.js",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:Bacra/node-abq.git"
9 },
10 "scripts": {
11 "test": "node test/index"
12 },
13 "keywords": [
14 "append",
15 "file",
16 "stream",
17 "log"
18 ],
19 "author": "Bacra Woo",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/Bacra/node-abq/issues"
23 },
24 "homepage": "https://github.com/Bacra/node-abq",
25 "dependencies": {
26 "debug": "^2.2.0",
27 "extend": "^3.0.0",
28 "mkdirp": "^0.5.1"
29 }
30}