Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Jul 9, 2016
1 parent 30d9f25 commit 5021a75
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
{
"author" : "Ivan Wills <ivan.wills@gmail.com>",
"name" : "node-getopt-long",
"description": "Sophisticated command line argument parser",
"version" : "0.3.1",
"license" : "GPL-3.0+",
"keywords" : ["commandline", "argument", "passing"],
"node" : ">=0.10",
"bin" : {},
"man" : {},
"repository" : {
"type": "git",
"url" : "https://github.com/ivanwills/node-getopt-long.git"
},
"bugs": "https://github.com/ivanwills/node-getopt-long/issues",
"dependencies": {
"underscore" : "*"
},
"devDependencies": {
"assert" : "*",
"coveralls" : "*",
"gulp" : "*",
"gulp-istanbul" : "*",
"gulp-jshint" : "*",
"gulp-mocha" : "*",
"gulp-sonar" : "*",
"gulp-util" : "*"
},
"optionalDependencies": {},
"readmeFilename": "README.md",
"scripts": {
"test": "gulp test"
},
"engines": {
"node": "*"
}
"author": "Ivan Wills <ivan.wills@gmail.com>",
"name": "node-getopt-long",
"description": "Sophisticated command line argument parser",
"version": "0.3.2",
"license": "GPL-3.0+",
"keywords": [
"commandline",
"argument",
"passing"
],
"node": ">=0.10",
"bin": {},
"man": {},
"repository": {
"type": "git",
"url": "https://github.com/ivanwills/node-getopt-long.git"
},
"bugs": "https://github.com/ivanwills/node-getopt-long/issues",
"dependencies": {
"underscore": "*"
},
"devDependencies": {
"assert": "*",
"coveralls": "*",
"gulp": "*",
"gulp-istanbul": "*",
"gulp-jshint": "*",
"gulp-mocha": "*",
"gulp-sonar": "*",
"gulp-util": "*"
},
"optionalDependencies": {},
"readmeFilename": "README.md",
"scripts": {
"test": "gulp test"
},
"engines": {
"node": "*"
}
}

0 comments on commit 5021a75

Please sign in to comment.