mazda-custom-application-sdk/package.json
140b8f67-ec51-4b64-9606-bff2dffa0170 846dd7ea78 More CMU backend works
2016-03-26 00:39:11 -07:00

36 lines
1,019 B
JSON

{
"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) <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",
"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"
}