mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-09 04:56:09 +10:00
33 lines
794 B
JSON
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"
|
|
} |