- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
11 lines (11 loc) · 407 Bytes
/
Copy pathpackage.json
File metadata and controls
11 lines (11 loc) · 407 Bytes
1
2
3
4
5
6
7
8
9
10
11
{ "name" : "hook",
"description" : "NodeJS Throttler",
"version" : "0.0.5",
"author" : "Jeff Su",
"repository" : { "type" : "git" , "url" : "git://github.com/jeffsu/hook.git" },
"os" : [ "linux", "darwin", "freebsd" ],
"directories" : { "lib" : "./lib/", "example": "./example" },
"main" : "./lib/hook",
"dependencies": { "mochiscript" : ">=0.4.3" },
"engines" : { "node" : ">=0.1.97" }
}