-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 913 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
35
36
37
38
39
{
"name": "tcx-js",
"version": "0.1.2",
"description": "A Node.js library for parsing TCX/XML files, such as from a Garmin GPS device. Optionally provides additional calculated Trackpoint fields.",
"homepage": "https://github.com/cjoakim/tcx-js",
"main": "lib/tcx.js",
"author": {
"name": "Chris Joakim, JoakimSoftware LLC",
"url": "http://www.chrisjoakim.com"
},
"licenses": [
{
"type": "ISC",
"url": "https://github.com/cjoakim/tcx-js/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cjoakim/tcx-js"
},
"dependencies": {
"node-expat":"~2.3.2",
"m26-js":"~0.2.0",
"sb-js":"~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.12.0"
},
"scripts": {
"test": "grunt jasmine"
},
"keywords": [
"tcx",
"garmin",
"forerunner",
"gps"
]
}