Skip to content

Instantly share code, notes, and snippets.

@principalweb
Created April 27, 2019 13:58
Show Gist options
  • Save principalweb/24ac9640cab50a687bd0c32aec326c81 to your computer and use it in GitHub Desktop.
Save principalweb/24ac9640cab50a687bd0c32aec326c81 to your computer and use it in GitHub Desktop.
Node project npm modules
{
"name": "nickelled",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "NODE_ENV=development nodemon app.js",
"test": "NODE_ENV=test node_modules/.bin/jasmine-node spec/server/",
"debug": "NODE_ENV=development node debug app.js"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-less": "0.8.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-sass": "0.8.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-chokidar": "1.0.0",
"grunt-ngmin": "~0.0.3",
"grunt-notify": "~0.2.16",
"grunt-remove-logging": "*",
"jasmine-node": "1.11.0",
"browserstack-webdriver": "~2.41.1",
"matchdep": "^0.3.0",
"phantom-jasmine": "0.3.0"
},
"dependencies": {
"analytics-node": "2.1.0",
"async": "2.1.2",
"aws-sdk": "^2.239.1",
"bcrypt": "2.0.1",
"body-parser": "^1.18.3",
"bugsnag": "1.1.5",
"connect-flash": "~0.1.1",
"connect-mysql": "2.1.1",
"cors": "^2.7.1",
"crontab": "^1.0.2",
"express": "3.20.3",
"express-device": "^0.3.11",
"express-ie-cors": "~0.9.4",
"express-mysql-session": "1.2.0",
"express-session": "1.15.1",
"express-winston": "^0.4.1",
"intercom-client": "^1.1.4",
"jade": "1.7.0",
"jade-to-handlebars": "^2.3.0",
"js-beautify": "1.6.14",
"jsdom": "^11.2.0",
"knox": "0.9.2",
"lodash": "4.13.1",
"mailchimp-api": "^2.0.6",
"method-override": "^2.3.3",
"mime": "^1.3.4",
"mime-types": "^2.1.13",
"moment": "*",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"mysql": "2.10.2",
"newrelic": "^1.24.1",
"nodemailer": "^1.3.0",
"nodemailer-ses-transport": "^1.2.0",
"passport": "0.1.17",
"passport-local": "0.1.6",
"postmark": "^1.6.1",
"prom-client": "^11.0.0",
"promise": "6.1.0",
"pubsub-js": "^1.6.0",
"request": "2.46.0",
"retry": "0.6.0",
"rewire": "~2.0.0",
"sass": "*",
"sequelize": "3.19.3",
"sequelize-cli": "2.3.1",
"shortid": "^2.2.14",
"stripe": "^4.15.1",
"templatizer": "https://github.com/davidlbatey/templatizer/archive/0.3.3.tar.gz",
"uuid": "^2.0.3",
"winston": "^2.1.1",
"winston-loggly": "^1.2.0",
"xero": "0.0.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment