forked from jivesoftware/jive-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (80 loc) · 1.66 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "jive-sdk",
"description": "Node.js framework for building purposeful places",
"version": "0.1.201",
"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.48.0",
"mustache": "0.7.2",
"mocha": "1.9.0",
"optimist": "0.4.0",
"node-uuid": "1.4.0",
"fs-extra": "0.6.0",
"log4js": "0.6.3",
"xmlhttprequest": "~1.5.0",
"archiver" : "0.4.9",
"http-proxy" : "1.5.3",
"stream-array" : "0.1.3",
"traverse" : "0.6.6",
"mv" : "~2.0.3",
"node-statsd-client": "1.0.3",
"unzip": "0.1.11"
},
"devDependencies": {
"grunt": "~0.4.2",
"jive-testing-framework" : "*",
"mockery" : "*",
"jscoverage" : "*",
"temp" : "*",
"funcster" : "*",
"q-io" : "*",
"sinon" : "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"contributors": [
{
"name": "Mark Weitzel",
"email": "mark.weitzel@jivesoftware"
},
{
"name": "Aron Racho",
"email": "[email protected]"
},
{
"name": "Matt Tucker",
"email": "[email protected]"
},
{
"name": "Charles Capps",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jivesoftware/jive-sdk"
},
"keywords": [
"jive",
"framework",
"app",
"purposeful_places",
"api"
],
"bin": {
"jive-sdk": "jive-sdk-service/generator/jive-sdk"
}
}