-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
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
{
"name": "slack-ops",
"version": "0.0.1",
"description": "Slack-Ops Daemon",
"main": "app.js",
"repository": "https://github.com/staticvoidmain/slack-ops",
"scripts": {
"test": "mocha ./dist/test",
"console": "node ./dist/app.js --debug"
},
"author": "Ross Jennings <ross@smugdeveloper.com> http://smugdeveloper.com",
"contributors": [
{
"name": "Shon Diaz",
"email": "shon@shondiaz.com",
"url": "http://shondiaz.com/"
}
],
"license": "MIT",
"engines": {
"node": ">=4.2.4"
},
"dependencies": {
"slackbots": "^1.1.0",
"sqlite3": "^4.0.2"
},
"devDependencies": {
"@types/chai": "^4.1.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.10.1",
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}