123456789101112131415161718192021222324252627 |
- {
- "author": "Andrey Tarantsov <andreyvit@me.com>",
- "name": "dreamopt",
- "description": "Command-line parser with readable syntax from your sweetest dreams",
- "version": "0.6.0",
- "homepage": "https://github.com/andreyvit/dreamopt.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/andreyvit/dreamopt.js.git"
- },
- "main": "lib/dreamopt.js",
- "scripts": {
- "test": "./node_modules/.bin/mocha"
- },
- "engines": {
- "node": ">=0.4.0"
- },
- "dependencies": {
- "wordwrap": ">=0.0.2"
- },
- "devDependencies": {
- "mocha": ">=0.3.1"
- },
- "__npminstall_done": true,
- "_from": "dreamopt@0.6.0",
- "_resolved": "https://registry.npmmirror.com/dreamopt/-/dreamopt-0.6.0.tgz"
- }
|