-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "node-garmin-connect",
"description": "node.js library for Garmin Connect",
"version": "0.0.1",
"main": "index.js",
"keywords": [ "node-garmin-connect", "garmin", "connect", "garmin connect" ],
"tags": [ "node-garmin-connect", "garmin", "connect", "garmin connect" ],
"repository": {
"type": "git",
"url": "git://github.com/cbetz/node-garmin-connect.git"
},
"bugs": {
"url": "https://github.com/cbetz/node-garmin-connect/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cbetz/node-garmin-connect/raw/master/LICENSE"
}
],
"dependencies": {
"request": "2.11.4"
},
"engines": {
"node": ">= 0.4.x"
},
"homepage": "https://github.com/cbetz/node-garmin-connect",
"author": "Chris Betz (http://cbetz.com)",
"directories": {
},
"scripts": {
"test": "node test.js"
}
}