-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
92 lines (91 loc) · 1.95 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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "jive-sdk",
"description": "Node.js SDK for Jive Software to assist with the development of add-ons",
"version": "0.2.17",
"main": "jive-sdk-service/api.js",
"author": {
"name": "Jive Software",
"email": "jivedev@jivesoftware"
},
"dependencies": {
"express" : "4.14.0",
"body-parser": "1.15.2",
"method-override": "2.3.6",
"errorhandler": "1.4.3",
"serve-favicon": "2.3.0",
"consolidate": "0.14.1",
"multer": "1.2.0",
"mustache": "^2.2.1",
"underscore": "1.8.3",
"morgan": "1.7.0",
"q": "1.4.1",
"request": "2.74.0",
"mocha": "3.1.2",
"minimist": "1.2.0",
"uuid": "3.0.1",
"fs-extra": "1",
"log4js": "0.6.37",
"archiver" : "1.0.1",
"http-proxy" : "1.14.0",
"stream-array" : "1.1.2",
"traverse" : "0.6.6",
"mv" : "~2.1.1",
"node-statsd-client": "1.0.3",
"decompress-zip" : "0.3.0"
},
"devDependencies": {
"grunt": "*",
"iconv-lite": "*",
"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": "Ryan Rutan",
"email": "[email protected]"
},
{
"name": "Rashed Talukder",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jivesoftware/jive-sdk"
},
"license": "Apache-2.0",
"keywords": [
"jive",
"framework",
"app",
"purposeful_places",
"api"
],
"bin": {
"jive-sdk": "jive-sdk-service/generator/jive-sdk"
}
}