Skip to content

Instantly share code, notes, and snippets.

@popcorn245
Last active August 29, 2015 14:23
Show Gist options
  • Save popcorn245/bfea9ef79f77d7f4530d to your computer and use it in GitHub Desktop.
Save popcorn245/bfea9ef79f77d7f4530d to your computer and use it in GitHub Desktop.
My standard Ionic Node.js dependen
{
"name": "madnessplatform",
"version": "1.0.0",
"description": "MadnessPlatform: The application stack used to develop at Madness Labs",
"scripts": {
"postinstall": "gulp install"
},
"devDependencies": {
"browser-sync": "^2.8.1",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-cache": "0.2.8",
"gulp-concat": "^2.6.0",
"gulp-install": "^0.2.0",
"gulp-intercept": "^0.1.0",
"gulp-jshint": "^1.8.4",
"gulp-json-sass": "0.0.2",
"gulp-minify-css": "^0.3.0",
"gulp-ng-config": "^1.2.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.0.1",
"gulp-util": "^2.2.14",
"jshint-stylish": "^2.0.1",
"node-sass": "^2.1.1",
"path": "^0.11.14",
"run-sequence": "^1.1.2",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment