forked from tappytaps/easy-fit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.55 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": {
"name": "pierremtb"
},
"bugs": {
"url": "https://github.com/pierremtb/easy-fit/issues"
},
"contributors": [
{
"email": "pierrejacquier39@gmail.com",
"name": "Pierre Jacquier"
}
],
"dependencies": {},
"description": "Parse your .FIT files easily, directly from JS.",
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"mocha": "^2.3.4",
"run-sequence": "^1.1.5"
},
"directories": {},
"engine": "node >= 0.10.x",
"homepage": "http://pierrejacquier.com/projects/easy-fit",
"keywords": [
"fit",
"ant",
"garmin",
"parse"
],
"license": "MIT",
"main": "dist/easy-fit.js",
"maintainers": [
{
"email": "pierrejacquier39@gmail.com",
"name": "pierremtb"
}
],
"name": "easy-fit",
"optionalDependencies": {},
"private": false,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pierremtb/easy-fit.git"
},
"scripts": {
"example-output": "node_modules/gulp/bin/gulp.js; node examples/example.js examples/example.fit > examples/output.json",
"example": "node_modules/gulp/bin/gulp.js; node examples/example.js examples/example.fit",
"test": "node_modules/gulp/bin/gulp.js;"
},
"version": "0.0.6"
}