{
  "name": "generate-spherical-harmonics",
  "version": "0.0.15",
  "description": "Generate spherical harmonics and octahedral environment maps for HDR image based lighting.",
  "main": "index.js",
  "scripts": {
    "start": "http-server --cors -s -o",
    "lint": "eslint lib/**/*.js",
    "deploy": "npm version patch && npm publish && git push origin"
  },
  "bin": {
    "generate-spherical-harmonics": "./bin/generate-spherical-harmonics.js"
  },
  "author": "Tim van Scherpenzeel",
  "license": "GPL-2.0",
  "dependencies": {
    "argparse": "^1.0.9"
  },
  "devDependencies": {
    "eslint": "^4.13.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "http-server": "^0.11.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimvanScherpenzeel/generate-spherical-harmonics.git"
  },
  "bugs": {
    "url": "https://github.com/TimvanScherpenzeel/generate-spherical-harmonics/issues"
  },
  "homepage": "https://github.com/TimvanScherpenzeel/generate-spherical-harmonics#readme"
}
