-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 872 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 872 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
35
36
37
38
39
{
"name": "butler-plugin-loader",
"version": "0.3.3",
"description": "Plugin loader for slackbotify butler",
"main": "index.js",
"scripts": {
"precommit": "gulp lint",
"prepush": "npm test",
"start": "node ./index",
"test": "gulp test"
},
"author": "Rolf Koenders <@rolfkoenders>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Slackbotify/butler-plugin-loader.git"
},
"keywords": [
"slackbotify-butler",
"slackbotify",
"butler",
"plugin",
"plugin-loader",
"slack"
],
"dependencies": {
"npm-install-package": "^1.0.2",
"npm-module-search": "^1.0.1"
},
"devDependencies": {
"ava": "^0.16.0",
"xo": "^0.16.0",
"gulp": "^3.9.1",
"gulp-ava": "^0.14.1",
"gulp-xo": "^0.12.0",
"run-sequence": "^1.2.2",
"husky": "^0.11.7"
}
}