UNPKG

1.01 kBJSONView Raw
1{
2 "name": "buzzapi",
3 "version": "1.3.4",
4 "description": "Simple node library for interacting with buzzapi",
5 "repository": "https://github.com/stuartf/buzzapi-node.git",
6 "main": "index.js",
7 "scripts": {
8 "test": "nyc mocha",
9 "coveralls": "npm run test; nyc report --reporter=text-lcov | coveralls"
10 },
11 "author": "D. Stuart Freeman",
12 "license": "ISC",
13 "dependencies": {
14 "debug": "^4.1.1",
15 "delay": "^4.3.0",
16 "hyperid": "^2.0.2",
17 "lodash.isempty": "^4.4.0",
18 "make-fetch-happen": "^4.0.1",
19 "p-queue": "^6.0.2",
20 "p-retry": "^4.1.0",
21 "p-throttle": "^3.1.0"
22 },
23 "devDependencies": {
24 "chai": "^4.2.0",
25 "coveralls": "^3.0.4",
26 "eslint": "^5.16.0",
27 "eslint-config-google": "^0.13.0",
28 "eslint-config-prettier": "^4.3.0",
29 "eslint-plugin-prettier": "^3.1.0",
30 "mocha": "^6.1.4",
31 "mocha-lcov-reporter": "^1.3.0",
32 "nock": "^10.0.6",
33 "nyc": "^14.1.1",
34 "prettier": "^1.18.1"
35 },
36 "engines": {
37 "node": ">=8.0.0"
38 }
39}