{
  "name": "d3-celestial-ownego",
  "version": "0.9.1",
  "description": "A star map with D3.js",
  "main": "celestial.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "d3": "^3.5.17"
  },
  "devDependencies": {
    "jsdom": "^16.5.0",
    "jshint": "^2.13.5",
    "shelljs": "^0.8.4",
    "uglify-js": "^3.17.0"
  },
  "scripts": {
    "build": "node make.js",
    "test": "node test/celestial-test.js",
    "jshint": "jshint src/**.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FilipLjubic/d3-celestial.git"
  },
  "keywords": [
    "cartography",
    "astronomy",
    "visualization",
    "D3"
  ],
  "author": "Olaf Frohn",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/FilipLjubic/d3-celestial/issues"
  },
  "homepage": "https://github.com/FilipLjubic/d3-celestial"
}
