-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "runnr-workout",
"version": "0.0.3",
"description": "Javascript models for running workouts (Route, Efforts and Races)",
"main": "./index",
"scripts": {
"test": "gulp test"
},
"keywords": [
"running",
"workout"
],
"author": "Nuno Rosa <nuno.sp.rosa@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:yarcub/runnr-workout.git"
},
"license": "BSD",
"devDependencies": {
"jshint": "2.x",
"beepbeep": "^1.2.0",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"coveralls": "^2.11.1",
"gpx-parse": "^0.10.4",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^4.0.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.1",
"istanbul": "^0.4.3",
"jsonfile": "^3.0.0",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "1.3.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"geolib": "^2.0.21"
}
}