-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"author": "Ben Irvin <ben@innerdvations>",
"name": "ah-ratelimit-plugin",
"description": "Allows limits to be set on the number of time actions can be called in a time period",
"version": "1.0.7",
"homepage": "https://github.com/innerdvations/ah-ratelimit-plugin",
"repository": {
"type": "git",
"url": "git://github.com/innerdvations/ah-ratelimit-plugin.git"
},
"keywords": ["actionhero"],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"semver": "*",
"async":"*"
},
"devDependencies": {},
"optionalDependencies": {},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"bugs": {
"url": "https://github.com/innerdvations/ah-ratelimit-plugin/issues"
}
}