{
  "name": "true",
  "version": "0.0.4",
  "description": "A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`",
  "main": "index.js",
  "bin": {
    "true": "bin/cli.js"
  },
  "scripts": {
    "test": "jake test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mde/true.git"
  },
  "keywords": [
    "true",
    "True",
    "Boolean"
  ],
  "author": "mde",
  "license": {
    "type": "Apache-2.0",
    "url": "http://www.apache.org/licenses/LICENSE-2.0"
  },
  "bugs": {
    "url": "https://github.com/mde/true/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "jake": "0.7.x"
  }
}