UNPKG

733 BJSONView Raw
1{
2 "name": "requireindex",
3
4 "description": "Write minimal node index.js/index.coffee files that require and export all their siblings by file basename",
5
6 "version": "0.0.1",
7
8 "license" : "MIT",
9
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/stephenhandley/requireindex.git"
13 },
14
15 "main": "index.js",
16
17 "keywords": [
18 "require",
19 "index",
20 "index.js"
21 ],
22
23 "directories" : {
24 "lib" : ".",
25 "test" : "test"
26 },
27
28 "bugs": {
29 "url" : "http://github.com/stephenhandley/requireindex/issues"
30 },
31
32 "engines" : {
33 "node" : ">=0.4.0"
34 },
35
36 "author": {
37 "name": "Stephen Handley",
38 "email": "stephen.handley@gmail.com",
39 "url": "http://person.sh"
40 }
41}
\No newline at end of file