forked from flyandi/mazda-custom-application-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1019 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": "casdk",
"description": "Write and deploy applications for the Mazda Infotainment System",
"version": "0.0.4",
"homepage": "http://flyandi.github.io/mazda-custom-application-sdk/",
"author": "Andy (flyandi) <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/flyandi/mazda-custom-application-sdk"
},
"devDependencies": {
"del": "~2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.5",
"gulp-file": "^0.2.0",
"gulp-flatten": "^0.2.0",
"gulp-git": "^1.7.0",
"gulp-jsdoc": "^0.1.5",
"gulp-less": "^3.0.5",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tar": "^1.8.0",
"gulp-uglify": "^1.5.2",
"gulp-using": "^0.1.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.1.5"
},
"scripts": {
"build-runtime": "gulp build-runtime",
"build-install": "gulp build-install"
},
"license": "GPL-3.0"
}