forked from rjrodger/parambulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (27 loc) · 811 Bytes
/
package.json
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
{
"name": "parambulator",
"description": "A simple way to generate nice error messages for named parameters.",
"keywords": ["json","param","arg","parameter","argument","schema"],
"homepage": "https://github.com/rjrodger/parambulator",
"author": "Richard Rodger <[email protected]> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <[email protected]> (http://richardrodger.com/)"
],
"version": "0.1.1",
"main":"lib/parambulator",
"repository": {
"url": "https://github.com/rjrodger/parambulator.git"
},
"engines": {
"node": ">=0.6"
},
"dependencies": {
"underscore":">=1.3.3",
"gex":">=0.0.3"
},
"files": ["package.json","LICENSE.txt","README.md","lib/parambulator.js"],
"devDependencies": {
"eyes":"*",
"vows":"*"
}
}