Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Created September 1, 2014 07:03
Show Gist options
  • Save mani95lisa/a773d3c9b77723299f55 to your computer and use it in GitHub Desktop.
Save mani95lisa/a773d3c9b77723299f55 to your computer and use it in GitHub Desktop.
{
"name": "research",
"version": "0.1.0",
"description": "User research platform",
"author": "Mani",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"MD5": "^1.2.1",
"adaro": "~0.1.x",
"assert": "^1.1.1",
"bcryptjs": "^0.7.12",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.1",
"crc32": "^0.2.2",
"crypto": "0.0.3",
"dustjs-helpers": "~1.1.1",
"dustjs-linkedin": "~2.0.3",
"eventproxy": "^0.3.1",
"express": "~3.4.4",
"formstream": "0.0.8",
"install": "~0.1.7",
"joi": "~2.8.0",
"kraken-js": "~0.7.0",
"less": "~1.6.1",
"log4js": "0.6.9",
"makara": "~0.3.0",
"mime": "^1.2.11",
"moment": "^2.5.1",
"mongoose": "~3.8.8",
"mongoose-times": "~0.1.0",
"morgan": "~1.0.0",
"nconf": "~0.6.8",
"node-xlsx": "git://github.com/mani95lisa/node-xlsx.git#master",
"nodemailer": "~0.6.1",
"npm": "~1.4.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-remember-me": "0.0.1",
"qiniu": "~6.1.1",
"redis": "~0.10.1",
"request": "^2.34.0",
"thrift": "0.9.1",
"urllib": "^0.5.11",
"xlsx": "^0.7.10",
"xml2js": "^0.4.2"
},
"devDependencies": {
"mocha": "~1.17.0",
"supertest": "~0.8.2",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.9.0",
"grunt-dustjs": "~1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-mocha-cli": "~1.5.0",
"grunt-copy-to": "0.0.10",
"grunt-uncss": "~0.3.3",
"grunt-contrib-htmlmin": "~0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment