{
  "name": "curiosity",
  "preferGlobal": true,
  "version": "0.0.2",
  "description": "Curious metrics about your JavaScript project",
  "keywords": [
    "code metrics",
    "code stats"
  ],
  "main": "index.js",
  "homepage": "https://github.com/vesln/curiosity",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vesln/curiosity.git"
  },
  "bin": {
    "curiosity": "./bin/curiosity"
  },
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.1",
    "jshint": "~2.3.0",
    "coveralls": "~2.3.0",
    "jscoverage": "~0.3.8",
    "mocha-lcov-reporter": "0.0.1",
    "nixt": "~0.0.4"
  },
  "dependencies": {
    "commander": "~2.0.0",
    "esprima": "~1.0.4",
    "fine": "0.0.2"
  }
}
