chushihua
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "coa",
|
||||
"description": "Command-Option-Argument: Yet another parser for command line options.",
|
||||
"version": "1.0.4",
|
||||
"homepage": "http://github.com/veged/coa",
|
||||
"author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
|
||||
"maintainers": [
|
||||
"Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
|
||||
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
|
||||
],
|
||||
"contributors": [
|
||||
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/veged/coa.git"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"q": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.6.3",
|
||||
"istanbul": "~0.1.40",
|
||||
"mocha-istanbul": "*",
|
||||
"mocha": "~1.21.4",
|
||||
"chai": "~1.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test",
|
||||
"coverage": "make coverage"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT"
|
||||
}
|
||||
],
|
||||
"optionalDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user