package.json 834 Bytes
{
  "name": "youtube-node",
  "description": "Youtube API v3 client for nodeJS",
  "version": "1.3.3",
  "author": "Paulo McNally <paulomcnally@gmail.com>",
  "types": "./typings/index.d.ts",
  "keywords": [
    "youtube",
    "videos",
    "api"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "dependencies": {
    "colors": "^1.3.3",
    "prompt": "^1.0.0",
    "request": "^2.88.0"
  },
  "directories": {
    "lib": "./lib/youtube"
  },
  "main": "./index.js",
  "bin": {
    "youtube": "./bin/youtube"
  },
  "bugs": {
    "url": "https://github.com/paulomcnally/youtube-node/issues/new",
    "email": "paulomcnally@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/paulomcnally/youtube-node.git"
  },
  "devDependencies": {
    "mocha": "^3.4.2",
    "should": "^4.3.0"
  }
}