{
  "name": "cdnjs",
  "version": "0.3.2",
  "description": "Search and URL retrieval from cdnjs",
  "main": "cdn.js",
  "bin": {
    "cdnjs": "bin/cli.js"
  },
  "scripts": {
    "test": "mocha --timeout 20000"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:phuu/cdnjs.git"
  },
  "keywords": [
    "cdnjs",
    "search",
    "url",
    "api",
    "toast"
  ],
  "author": "Tom Ashworth <tom@phuu.net>",
  "license": "MIT",
  "gitHead": "ec51897347f590dc078c483ad47b3f68d546394b",
  "devDependencies": {
    "should": "~1.2.1",
    "mocha": "~1.8.1"
  },
  "dependencies": {
    "colors": "~0.6.0-1",
    "request": "~2.21.0",
    "moment": "~2.0.0",
    "lodash": "~1.3.1",
    "cdnjs-transform": "^0.1",
    "commander": "^2"
  }
}
