Skip to content

Instantly share code, notes, and snippets.

@kutsaniuk
Last active October 20, 2017 11:20
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 kutsaniuk/8f9c578584d20c942605569c67e25a27 to your computer and use it in GitHub Desktop.
Save kutsaniuk/8f9c578584d20c942605569c67e25a27 to your computer and use it in GitHub Desktop.
{
"name": "conference-app",
"version": "1.0.0",
"main": "app-server.js",
"engines": {
"node": "4.1.2",
"npm": "3.5.2"
},
"description": "",
"dependencies": {
"body-parser": "^1.17.2",
"bower": "^1.7.7",
"buffer-to-vinyl": "^1.1.0",
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-env": "^0.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-config": "^1.4.0",
"gulp-npm-script-sync": "^1.1.0",
"gulp-webserver": "^0.9.1",
"http-server": "^0.9.0",
"stripe": "^4.22.0",
"wiredep": "^3.0.0"
},
"scripts": {
"postinstall": "bower install && gulp config && gulp js",
"start": "npm run production",
"production": "node app-server.js",
"gulp": "gulp"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp-npm-script-sync": "^1.1.0",
"gulp-remote-src": "^0.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment