-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.23 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
{
"name": "saturn",
"preferGlobal": "false",
"version": "0.0.1",
"author": "Various Artists",
"description": "Awesome social media dashboard",
"contributors": [
{
"name": "Brian Shaler",
"email": "[email protected]"
},
{
"name": "Aaron Kavlie"
},
{
"name": "Nick Niemeir"
},
{
"name": "Luis Montes"
},
{
"name": "Blaine Bublitz"
}
],
"repository": {
"type": "git",
"url": "https://github.com/brianshaler/Saturn.io.git"
},
"keywords": [
"twitter",
"social media",
"dashboard",
"client"
],
"dependencies" : {
"colors" : "*",
"ejs" : "*",
"express" : "2.5.x",
"mongoose" : "2.6.x",
"session-mongoose" : "0.0.2",
"node-config" : "0.0.2",
"unshortener" : "0.0.9",
"natural" : "0.1.x",
"cron" : "0.1.3",
"ntwitter" : "0.5.0",
"node-foursquare" : "0.1.3",
"instagram-node-lib" : "0.0.7",
"clarinet" : "*",
"event-stream" : "*",
"request" : "*"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}