mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-25 21:06:11 +10:00
30 lines
683 B
JSON
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"
|
|
} |