Files
sohub/package.json
2013-07-19 00:00:24 +08:00

33 lines
794 B
JSON

{
"name": "SoHub",
"private": true,
"version": "0.0.1",
"description": "social media information hub and aggregator application",
"dependencies": {
"sails": "0.8.93",
"sails-mongo": "0.0.3",
"optimist": "0.4.0",
"wechat": "0.4.4",
"nn-oss": "0.0.9",
"request": "2.21.0",
"weibo": "0.6.9",
"google-calendar":"1.0.0",
"passport": "> 0.0.0",
"passport-google-oauth": ">= 0.1.0"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "mocha"
},
"main": "app.js",
"repository": "git@github.com:wahyd4/sohub.git",
"author": "Junv",
"devs": [
],
"license": "MIT"
}