forked from rauchg/slackin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 835 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
{
"name": "slackin",
"version": "0.8.3",
"description": "",
"dependencies": {
"babel-core": "6.3.26",
"babel-preset-es2015": "6.3.13",
"babel-polyfill": "6.3.14",
"body-parser": "1.10.2",
"commander": "2.6.0",
"debug": "2.1.1",
"email-regex": "1.0.0",
"express": "4.11.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-rimraf": "0.2.0",
"hostenv": "1.0.1",
"opentype.js": "0.4.4",
"socket.io": "1.4.4",
"superagent": "0.21.0",
"vd": "0.1.0"
},
"devDependencies": {
"mocha": "2.2.4",
"nock": "2.17.0",
"supertest": "0.15.0"
},
"engines": {
"node": ">=0.12.0"
},
"main": "./node/index",
"bin": {
"slackin": "./bin/slackin"
},
"scripts": {
"test": "mocha",
"postinstall": "gulp",
"start": "node ./bin/slackin"
}
}