Inital Commit
[oweals/finalsclub.git] / node_modules / hat / package.json
1 {
2     "name" : "hat",
3     "version" : "0.0.3",
4     "description" : "generate random IDs and avoid collisions",
5     "main" : "index.js",
6     "directories" : {
7         "lib" : ".",
8         "example" : "example",
9         "test" : "test"
10     },
11     "devDependencies" : {
12         "expresso" : "0.7.x"
13     },
14     "scripts" : {
15         "test" : "expresso"
16     },
17     "repository" : {
18         "type" : "git",
19         "url" : "http://github.com/substack/node-hat.git"
20     },
21     "keywords" : [
22         "id",
23         "uid",
24         "uuid",
25         "random",
26         "hat",
27         "rack",
28         "unique"
29     ],
30     "author" : {
31         "name" : "James Halliday",
32         "email" : "mail@substack.net",
33         "url" : "http://substack.net"
34     },
35     "license" : "MIT/X11",
36     "engine" : { "node" : ">=0.4" }
37 }