forked from Ustice/slack-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "slack-api",
"version": "0.1.11",
"description": "A javascript API wrapper for Slack.",
"main": "index.js",
"scripts": {
"test": "mocha tests/apiTest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ustice/slack-api.git"
},
"keywords": [
"slack",
"api",
"javascript",
"node"
],
"author": {
"name": "Jason Kleinberg",
"email": "[email protected]",
"github": "https://github.com/Ustice"
},
"contributors": [{
"name": "Jason Kleinberg",
"github": "https://github.com/Ustice",
"email": "[email protected]"
}, {
"name": "Raj",
"github": "https://github.com/nraomobiquityinc",
"email": "[email protected]"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/ustice/slack-api/issues"
},
"homepage": "https://github.com/ustice/slack-api",
"dependencies": {
"bluebird": "^2.9.3",
"error-factory": "^0.1.4",
"lodash": "^2.4.1",
"superagent": "^0.21.0"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
}
}