Files
sohub/package.json
T
2013-07-02 01:34:25 +08:00

30 lines
683 B
JSON

{
"name": "SoHub",
"private": true,
"version": "0.0.1",
"description": "social media information hub and aggregator application",
"dependencies": {
"sails": "0.8.91",
"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"
},
"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"
}