forked from jivesoftware/jive-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.39 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
67
{
"name": "jive-sdk",
"description": "Node.js framework for building purposeful places",
"version": "0.1.64",
"main": "jive-sdk-service/api.js",
"author": {
"name": "Jive Software",
"email": "jivedev@jivesoftware"
},
"dependencies": {
"express": "3.1.0",
"consolidate": "0.9.0",
"underscore": "1.4.4",
"q": "0.9.3",
"request": "2.16.6",
"mustache": "0.7.2",
"mocha": "1.9.0",
"optimist": "0.4.0",
"mongojs": "0.7.4",
"mongodb": "1.2.14",
"node-uuid": "1.4.0",
"fs-extra": "0.6.0",
"log4js": "0.6.3",
"xmlhttprequest": "~1.5.0",
"jquery": "1.8.3",
"redis" : "0.8.4",
"kue" : "0.6.2",
"archiver" : "0.4.9"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"contributors": [
{
"name": "Mark Weitzel",
"email": "mark.weitzel@jivesoftware"
},
{
"name": "Aron Racho",
"email": "aron.racho@jivesoftware.com"
},
{
"name": "Matt Tucker",
"email": "matt@jivesoftware.com"
},
{
"name": "Charles Capps",
"email": "charles.capps@jivesoftware.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jivesoftware/jive-sdk"
},
"keywords": [
"jive",
"framework",
"app",
"purposeful_places",
"api"
],
"bin": {
"jive-sdk": "jive-sdk-service/generator/jive-sdk"
}
}