Skip to content

Instantly share code, notes, and snippets.

@radhenazarkar
Created March 7, 2016 15:30
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 radhenazarkar/28878368e271f7cd5853 to your computer and use it in GitHub Desktop.
Save radhenazarkar/28878368e271f7cd5853 to your computer and use it in GitHub Desktop.
{
"name": "myapp",
"private": true,
"version": "1.0.0",
"description": "example.com",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Starting server\" && NODE_ENV=production gulp"
},
"author": "author@example.com",
"license": "ISC",
"devDependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"del": "^0.1.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-minify-html": "^1.0.5",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"morgan": "~1.6.1",
"node-neat": "^1.7.2",
"nunjucks": "^2.2.0",
"shipit-cli": "^1.4.1",
"shipit-deploy": "^2.1.2"
},
"dependencies": {
"gulp-rev-collector": "^1.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment