{
  "name": "px",
  "description": "PC-Axis file parsing in JavaScript",
  "version": "0.1.2",
  "homepage": "http://fod.github.com/px.js/",
  "author": {
    "name": "Fiachra O'Donoghue",
    "email": "fodonoghue@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fod/px.js.git"
  },
  "bugs": {
    "url": "https://github.com/fod/px.js/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/fod/px.js/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/px.js",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.3.11",
    "nodeunit": "~0.7.4"
  },
  "keywords": [
    "pcaxis","statistics","official statistics"
  ],
  "dependencies": {
    "underscore": "~1.3.1"
  },
  "build": null
}

