Skip to content

Instantly share code, notes, and snippets.

@yjean
Created February 3, 2016 09:24
Show Gist options
  • Save yjean/8529d2a7d895bc433e7c to your computer and use it in GitHub Desktop.
Save yjean/8529d2a7d895bc433e7c to your computer and use it in GitHub Desktop.
{
"name": "happyfier-apis",
"version": "2.2.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "DEBUG=happyfier-apis:* node-debug ./bin/www",
"dev": "DEBUG=happyfier-apis:* NODE_ENV=development nodemon ./bin/www",
"test": "DEBUG=happyfier-apis:* NODE_ENV=test mocha --recursive --growl",
"testing": "DEBUG=happyfier-apis:* NODE_ENV=test mocha --recursive --growl -w",
"redshift-sync": "node ./bin/events-to-redshift"
},
"dependencies": {
"aws-sdk": "^2.2.15",
"body-parser": "~1.8.1",
"colors": "^1.1.2",
"cookie-parser": "~1.3.3",
"cors": "^2.7.1",
"debug": "^2.0.0",
"dotenv": "^1.2.0",
"dynamoose": "^0.4.1",
"express": "~4.9.0",
"express-useragent": "^0.2.0",
"geoip-lite": "^1.1.6",
"hiredis": "^0.4.1",
"jade": "~1.6.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongoose": "^4.1.9",
"morgan": "~1.3.0",
"newrelic": "^1.24.0",
"node-uuid": "^1.4.3",
"pg": "^4.4.3",
"redis": "^1.0.0",
"request-ip": "^1.1.4",
"rsvp": "^3.1.0",
"s3-upload-stream": "^1.0.7",
"sidekiq": "^1.1.1",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chai-http": "^1.0.0",
"chai-jq": "0.0.8",
"node-mocks-http": "^1.5.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment