forked from Geotab/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 999 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
{
"name": "geotab-sdk",
"version": "0.0.0",
"description": "Geotab SDK",
"homepage": "https://geotab.github.io/sdk",
"author": {
"name": "Steve Hansen",
"email": "[email protected]"
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.11.0",
"del": "^2.2.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-cache": "^0.4.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-gzip": "^1.1.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.0",
"gulp-inject": "^4.0.0",
"gulp-newer": "^1.1.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.5.1",
"require-dir": "^0.3.0",
"shelljs": "^0.7.0",
"yargs": "^4.7.0",
"gulp-babel": "^6.1.2",
"gh-pages": "^0.11.0"
}
}