UNPKG

980 BJSONView Raw
1{
2 "name": "node-loggly-bulk",
3 "description": "A client implementation for Loggly cloud Logging-as-a-Service API",
4 "version": "1.1.1",
5 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/loggly/node-loggly-bulk.git"
9 },
10 "keywords": [
11 "cloud computing",
12 "api",
13 "logging",
14 "loggly"
15 ],
16 "dependencies": {
17 "request": "2.67.x",
18 "timespan": "2.3.x",
19 "json-stringify-safe": "5.0.x"
20 },
21 "devDependencies": {
22 "common-style": "^3.1.0",
23 "vows": "0.8.x",
24 "nock": "~7.2.2"
25 },
26 "main": "./lib/loggly",
27 "scripts": {
28 "pretest": "common lib/**/*.js lib/*.js test/helpers.js",
29 "test": "vows test/*-test.js --spec",
30 "pretest-as-mock": "common lib/**/*.js lib/*.js test-as-mock/helpers.js",
31 "test-as-mock": "vows test-as-mock/*-test.js --spec"
32 },
33 "license": "MIT",
34 "engines": {
35 "node": ">= 0.8.0"
36 }
37}