forked from SocialMix/social.mix.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "social.mix.io",
"version": "1.0.0",
"description": "A unified RESTful web interface where multiple Social Networks can be linked, and maintained in a single app gateway.",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"watch": "DEBUG=sm* nodemon -e js,sjs bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "apidoc -f '.*\\.js$' -f '.*\\.sjs$' -i routes/ -i src/ -o doc && open doc/index.html"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/venkatb4u/Social_Mix.git"
},
"keywords": [
"Social Networks",
"Social Media",
"Facebook",
"Twitter",
"Instagram",
"Salesforce",
"Tweets",
"Feeds",
"Feed Extraction",
"Feed Mix",
"Social Media Monitoring",
"Posts",
"Timeline",
"Photos"
],
"author": [
"https://github.com/venkatb4u",
"https://github.com/dominic097"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SocialMix/social.mix.io/issues"
},
"homepage": "https://github.com/SocialMix/social.mix.io/blob/develop/README.md",
"dependencies": {
"apidoc": "*",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.1",
"cspjs": "^0.7.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"fb": "^1.0.2",
"jade": "^1.11.0",
"jsforce": "^1.6.3",
"morgan": "^1.7.0",
"react": "^15.0.2",
"redis": "^2.5.0-1",
"request": "^2.72.0",
"serve-favicon": "^2.3.0",
"sweet.js": "^1.0.2",
"twitter": "^1.2.5"
},
"apidoc": {
"name": "SocialMix API",
"version": "0.1.0-alpha",
"title": "SocialMix API documentation",
"description": "API reference",
"url": "https://api.socialmix.com/v1"
}
}