{
  "name": "art_generator",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Daniel Eugene Botha",
  "license": "ISC",
  "dependencies": {
    "canvas": "^2.8.0"
  }
}