ultimate
Version:
Dependency library for `ultimate-seed`.
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "ultimate",
"description": "Dependency library for `ultimate-seed`.",
"version": "0.3.12",
"license": "MIT",
"author": "Pilwon Huh <pilwon@gmail.com>",
"contributors": [
{
"name": "Pilwon Huh",
"email": "pilwon@gmail.com",
"url": "https://github.com/pilwon"
},
{
"name": "Brian Park",
"email": "yaru22@gmail.com",
"url": "https://github.com/yaru22"
}
],
"homepage": "https://github.com/pilwon/node-ultimate",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-ultimate.git"
},
"keywords": [
"ultimate"
],
"dependencies": {
"colors": "~0.6.2",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.3.3",
"connect-redis": "~1.4.6",
"debug": "~0.7.4",
"express": "~3.3.8",
"express-validator": "~0.7.0",
"express3-handlebars": "~0.5.0",
"glob": "~3.2.7",
"lodash": "~1.3.1",
"mongoose": "~3.6.20",
"mongoose-findorcreate": "~0.1.2",
"mongoose-timestamp": "~0.1.1",
"mongoose-types": "~1.0.3",
"mongoskin": "~0.6.0",
"passport": "~0.1.17",
"passport-facebook": "~0.1.6",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~0.1.5",
"redis": "~0.8.6",
"require-dir": "~0.1.0",
"socket.io": "~0.9.16",
"unorm": "~1.0.5",
"uuid": "~1.4.1"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.3.0",
"mocha": "~1.14.0"
},
"scripts": {
"prepublish": "npm prune",
"test": "grunt test"
}
}