Skip to content

Instantly share code, notes, and snippets.

@busches
Created May 5, 2015 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save busches/82fba2c02d5c50ddb8be to your computer and use it in GitHub Desktop.
Save busches/82fba2c02d5c50ddb8be to your computer and use it in GitHub Desktop.
Complex package.json
{
"name": "calendar",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "~2.5.2",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.0.0",
"concat-stream": "~1.4.7",
"del": "~1.1.1",
"gulp": "~3.8.11",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.6.0",
"gulp-autoprefixer": "~2.1.0",
"gulp-compass": "latest",
"gulp-csso": "~1.0.0",
"gulp-filter": "~2.0.2",
"gulp-flatten": "~0.0.4",
"gulp-inject": "~1.2.0",
"gulp-jshint": "~1.10.0",
"gulp-load-plugins": "~0.9.0",
"gulp-minify-html": "~1.0.2",
"gulp-ng-annotate": "~0.5.2",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~3.0.1",
"gulp-rev-replace": "~0.4.0",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.3.0",
"gulp-uglify": "~1.1.0",
"gulp-useref": "~1.1.1",
"gulp-util": "~3.0.2",
"http-proxy": "~1.10.1",
"jasmine-core": "^2.2.0",
"jasmine-reporters": "^2.0.5",
"jshint-stylish": "~1.0.1",
"lodash": "~3.2.0",
"karma": "^0.12.31",
"karma-coverage": "~0.2.7",
"karma-jasmine": "~0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~3.2.0",
"main-bower-files": "~2.6.2",
"require-dir": "~0.3.0",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment