1
0
mirror of synced 2025-12-09 23:42:45 +08:00

Add nomnom for option parsing. Allow indentation option"

This commit is contained in:
Zach Carter
2011-06-01 17:24:24 -04:00
parent e48d7b93b4
commit 26d697c45f
2 changed files with 29 additions and 4 deletions

View File

@@ -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/"
}
}