wallet-core/node_modules/nomnom/package.json

29 lines
588 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "nomnom",
2016-10-10 03:43:44 +02:00
"description": "Option parser with generated usage and commands",
2016-11-03 01:33:53 +01:00
"version": "1.8.1",
"author": "Heather Arthur <fayearthur@gmail.com>",
"scripts": {
"test": "./node_modules/.bin/nodeunit test/*.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "http://github.com/harthur/nomnom.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "./nomnom",
2016-10-10 03:43:44 +02:00
"keywords": [
"arguments",
"option parser",
"command line",
"options",
"parser"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"underscore": "~1.6.0",
"chalk": "~0.4.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"nodeunit": "~0.7.4"
}
2016-10-10 03:43:44 +02:00
}