forked from rjrodger/social-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 767 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 767 Bytes
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
{
"name": "social-example",
"description": "Social media example",
"keywords": ["social","media","example"],
"version": "0.0.1",
"homepage": "https://github.com/rjrodger/social-example",
"author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)"
],
"dependencies": {
"dispatch": "*",
"node-uuid": "*",
"connect": "1.8.6",
"request": "*",
"everyauth": "git://github.com/rjrodger/everyauth.git#1755a1f5fb4d68fa7319494f873da86de95d504a",
"node-oauth": "*",
"twitter": "*",
"facebook-client": "*",
"data-capsule":"git://github.com/rjrodger/data-capsule.git"
},
"engines": {
"node": ">=0.4"
}
}