forked from chris--young/Slacker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 927 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "Slacker",
"version": "0.0.1",
"description": "Slacker is a bot for Slack.",
"main": "master.js",
"engines": {
"node": "~0.10.28"
},
"scripts": {
"start": "node master.js"
},
"author": {
"name": "Chris Young",
"github": "https://github.com/chris--young",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jason Kleinberg",
"github": "https://github.com/Ustice",
"email": "[email protected]"
},
{
"name": "Firoze Rakib",
"github": "https://github.com/firoze",
"email": "[email protected]"
},
{
"name": "Andrew Crites",
"github": "https://github.com/ajcrites",
"email": "[email protected]"
}
],
"license": "ISC",
"dependencies": {
"lodash": "~2.4.1",
"slack-node": "0.0.9",
"jquerygo": "0.0.16"
},
"devDependencies": {
"mocha": "~1.20.1"
}
}