Add nomnom for option parsing. Allow indentation option"
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
"engines": {
|
||||
"node": "0.4 || 0.5"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"nomnom": ">= 0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"test": "*",
|
||||
"jison": "*",
|
||||
@@ -34,4 +36,4 @@
|
||||
"test": "node test/all-tests.js"
|
||||
},
|
||||
"homepage": "http://zaach.github.com/jsonlint/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user