UNPKG

1.1 kBJSONView Raw
1{
2 "name": "hubot-fitbit-leaders",
3 "description": "Hubot Fitbit Leaders",
4 "version": "2.2.16",
5 "author": "Stephen Yeargin <stephen@yearg.in>",
6 "homepage": "https://github.com/stephenyeargin/hubot-fitbit-leaders",
7 "license": "MIT",
8 "keywords": [
9 "hubot",
10 "hubot-scripts",
11 "fitbit"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/stephenyeargin/hubot-fitbit-leaders"
16 },
17 "bugs": {
18 "url": "https://github.com/stephenyeargin/hubot-fitbit-leaders/issues"
19 },
20 "dependencies": {
21 "fitbit-node": "^2.2.0",
22 "moment": "^2.29.4"
23 },
24 "peerDependencies": {
25 "hubot": "^3"
26 },
27 "devDependencies": {
28 "chai": "^4.3.7",
29 "coffee-script": "^1.12.7",
30 "hubot-test-helper": "^1.9.0",
31 "husky": "^8.0.2",
32 "mocha": "^10.1.0",
33 "nock": "^13.2.9",
34 "release-it": "^15.5.1",
35 "sinon": "^15.0.0",
36 "sinon-chai": "^3.7.0"
37 },
38 "main": "index.coffee",
39 "scripts": {
40 "release": "release-it",
41 "test": "mocha --require coffee-script/register \"test/**/*.coffee\" --reporter spec",
42 "prepare": "husky install"
43 }
44}