forked from warhog/fpvlaptracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 979 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
{
"name": "fpvlaptracker",
"version": "1.0.0",
"description": "licensed under [MIT](LICENSE.md)",
"main": "flt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warhog/fpvlaptracker.git"
},
"author": "warhog",
"license": "MIT",
"homepage": "https://github.com/warhog/fpvlaptracker.git",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "1.11.1",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
}
}