2016-03-15 00:47:00 -05:00
|
|
|
{
|
|
|
|
"name": "casdk",
|
|
|
|
"description": "Write and deploy applications for the Mazda Infotainment System",
|
2016-03-15 09:08:07 -05:00
|
|
|
"version": "0.0.4",
|
2016-03-15 00:47:00 -05:00
|
|
|
"homepage": "http://flyandi.github.io/mazda-custom-application-sdk/",
|
|
|
|
"author": "Andy (flyandi) <flyandi@yahoo.com>",
|
|
|
|
"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",
|
2016-03-26 02:39:11 -05:00
|
|
|
"gulp-flatten": "^0.2.0",
|
2016-03-15 00:47:00 -05:00
|
|
|
"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",
|
2016-03-26 02:39:11 -05:00
|
|
|
"gulp-using": "^0.1.0",
|
2016-03-15 00:47:00 -05:00
|
|
|
"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"
|
|
|
|
}
|