Skip to content

Instantly share code, notes, and snippets.

@davglass
Created June 30, 2014 19:01
Show Gist options
  • Save davglass/effcafea25787b4f117b to your computer and use it in GitHub Desktop.
Save davglass/effcafea25787b4f117b to your computer and use it in GitHub Desktop.
{
"name": "npm-prune-test",
"version": "0.2.1",
"description": "npm-prune-test",
"main": "app.js",
"dependencies": {
"express": "3.4.8",
"connect": "^2.16.2",
"bower": "~1.3",
"jslint": "*",
"shelljs": "^0.2.6"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.6.1",
"gulp-livereload": "^1.5.0",
"gulp-minify-css": "^0.3.4",
"gulp-uglify": "^0.3.0",
"gulp-watch": "^0.6.4",
"karma": "0.10.10",
"karma-junit-reporter": "*",
"protractor": "~0.17.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment