-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 840 Bytes
/
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
{
"name": "yammer-push-api-client",
"version": "1.1.1",
"author": "Oscar Renalias <oscar@renalias.net> (http://www.renalias.net)",
"description": "A node.js client for the Yammer real-time push API",
"main": "./lib/apiclient.js",
"homepage": "https://github.com/oscarrenalias/yammer-push-api-client-node",
"repository": {
"type": "git",
"url": "https://github.com/oscarrenalias/yammer-push-api-client-node.git"
},
"license": "Apache Software License 2.0",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"log4js": "~0.6.2",
"q": "= 0.9.2",
"q-io": "= 1.6.3",
"promise-http-client": "0.1.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-nodeunit": "~0.1.2",
"nodeunit": "= 0.7.4"
},
"keywords": [
"yammer"
]
}