{
  "name": "phx",
  "version": "0.4.0",
  "description": "D3 Charting Library",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stormpython/phoenix.git"
  },
  "keywords": [
    "d3",
    "charts"
  ],
  "author": "Shelby Sturgis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stormpython/phoenix/issues"
  },
  "homepage": "https://github.com/stormpython/phoenix",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-requirejs": "^0.4.4",
    "requirejs": "^2.1.19",
    "grunt-contrib-copy": "^0.8.0",
    "chai": "^3.2.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-concat": "^0.5.1",
    "mocha": "^2.2.5",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-cssmin": "^0.12.3",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-mocha": "^0.4.13",
    "almond": "^0.3.1"
  },
  "dependencies": {
    "d3": "3.5.6"
  }
}
