package.json 604 Bytes
{
  "name": "fetch",
  "description": "Fetch URL contents",
  "version": "1.1.0",
  "author": "Andris Reinman",
  "homepage": "http://github.com/andris9/fetch",
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/fetch.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "main": "./lib/fetch",
  "license": "MIT",
  "dependencies": {
    "biskviit": "1.0.1",
    "encoding": "0.1.12"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-eslint": "^18.1.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.5.3"
  },
  "keywords": [
    "url"
  ]
}