package.json 2.08 KB
{
  "_args": [
    [
      "promptly@0.2.0",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH"
    ]
  ],
  "_from": "promptly@0.2.0",
  "_id": "promptly@0.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/promptly",
  "_npmUser": {
    "email": "andremiguelcruz@msn.com",
    "name": "satazor"
  },
  "_npmVersion": "1.2.21",
  "_phantomChildren": {},
  "_requested": {
    "name": "promptly",
    "raw": "promptly@0.2.0",
    "rawSpec": "0.2.0",
    "scope": null,
    "spec": "0.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz",
  "_shasum": "73ef200fa8329d5d3a8df41798950b8646ca46d9",
  "_shrinkwrap": null,
  "_spec": "promptly@0.2.0",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH",
  "author": {
    "email": "hello@indigounited.com",
    "name": "IndigoUnited",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "http://github.com/IndigoUnited/node-promptly/issues"
  },
  "dependencies": {
    "read": "~1.0.4"
  },
  "description": "Simple command line prompting utility",
  "devDependencies": {
    "async": "~0.1.22",
    "expect.js": "~0.2.0",
    "mocha": "~1.8.1"
  },
  "directories": {},
  "dist": {
    "shasum": "73ef200fa8329d5d3a8df41798950b8646ca46d9",
    "tarball": "http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz"
  },
  "homepage": "https://github.com/IndigoUnited/node-promptly#readme",
  "keywords": [
    "prompt",
    "choose",
    "choice",
    "cli",
    "command",
    "line"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "hello@indigounited.com",
      "name": "indigounited"
    },
    {
      "email": "andremiguelcruz@msn.com",
      "name": "satazor"
    }
  ],
  "name": "promptly",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-promptly.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.2.0"
}