{ "name": "AODB.Mobile", "version": "0.0.1", "description": "AODB Mobile Gulp dependencies", "main": "index.js", "private": true, "repository": { "type": "git", "url": "" }, "author": "", "license": "ISC", "scripts": { "postinstall": "bower install && jspm install && gulp install && gulp build" }, "devDependencies": { "angular": "^1.5.0-beta.0", "babel-core": "^6.18.2", "cordova-common": "^1.5.1", "es6-module-loader": "^0.17.8", "gulp-replace": "^0.5.4", "gulp-sonar": "^3.0.0", "gulp-tslint": "^7.0.1", "jspm": "^0.16.13", "karma-systemjs": "^0.16.0", "karma-typescript-preprocessor": "^0.3.0", "map-stream": "0.0.6", "mkpath": "^1.0.0", "phantomjs-polyfill": "0.0.2", "plist": "^2.0.1", "q": "^1.4.1", "shelljs": "^0.7.5", "systemjs": "^0.19.5", "tsd": "^0.6.5", "typescript": "^2.0.7", "underscore": "^1.8.3", "unorm": "^1.4.1", "xcode": "^0.8.9" }, "dependencies": { "angular-cookies": "~1.5.9", "autoprefixer": "^6.0.3", "browser-sync": "^2.9.11", "gulp": "^3.9.0", "gulp-angular-filesort": "^1.1.1", "gulp-clean": "^0.3.2", "gulp-concat": "^2.6.0", "gulp-edit-xml": "^2.0.0", "gulp-hockeyapp": "^0.2.4", "gulp-install": "0.6.0", "gulp-less": "^3.0.3", "gulp-livereload": "^3.8.1", "gulp-load-plugins": "^1.0.0", "gulp-minify-css": "^1.2.1", "gulp-minify-html": "^1.0.4", "gulp-ng-annotate": "^2.0.0", "gulp-ng-templates": "0.0.10", "gulp-postcss": "^6.2.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.2.0", "gulp-string-replace": "^0.2.0", "gulp-typescript": "^3.1.2", "gulp-uglify": "^2.0.0", "gulp-util": "~3.0.7", "gulp-watch": "^4.3.5", "jasmine-core": "^2.3.4", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-html-reporter": "^0.2.7", "karma-jasmine": "^1.0.2", "karma-jasmine-html-reporter": "^0.2.2", "karma-phantomjs-launcher": "^1.0.2", "lodash": "^4.16.6", "phantomjs-prebuilt": "^2.1.13", "plato": "^1.5.0", "tslint": "^4.0.2", "yargs": "^6.3.0" }, "cordovaPlugins": [ "cordova-plugin-splashscreen", "cordova-plugin-whitelist", "phonegap-plugin-push@1.2.3", "cordova-plugin-hockeyapp@~2.2.2", "cordova-plugin-app-version@~0.1.7", "cordova-plugin-console@~1.0.4", "cordova-plugin-app-preferences@~0.99.3" ], "cordovaPlatforms": [ "ios", "android" ], "jspm": { "dependencies": {}, "devDependencies": { "babel": "npm:babel-core@^5.8.24", "babel-runtime": "npm:babel-runtime@^5.8.24", "core-js": "npm:core-js@^1.1.4" } } }