{
  "name": "sync-prompt",
  "description": "The missing prompt function for Node.js",
  "homepage": "https://github.com/shovon/sync-prompt",
  "keywords": [
    "command",
    "line",
    "io",
    "cli",
    "commandline",
    "commandlineinterface",
    "commandlineinput",
    "input",
    "output",
    "stdin",
    "synchronous"
  ],
  "version": "0.4.2",
  "author": {
    "name": "Salehen Shovon Rahman",
    "email": "sal@linux.com",
    "url": "http://shovon.github.io"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha && ./node_modules/jshint/bin/jshint .",
    "coverage": "./node_modules/istanbul/lib/cli.js cover _mocha -- -u exports -R spec",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shovon/sync-prompt.git"
  },
  "bugs": {
    "url": "https://github.com/shovon/sync-prompt/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/shovon/blob/master/LICENSE"
  },
  "main": "./lib/sync-prompt",
  "devDependencies": {
    "sinon": "~1.7.3",
    "jshint": "~2.1.4",
    "mocha": "~1.12.0",
    "istanbul": "~0.1.44",
    "coveralls": "~2.3.0",
    "mocha-lcov-reporter": "0.0.1"
  }
}
