{
  "name": "pinkfluffyunicorn",
  "version": "1.0.2",
  "description": "The Fluffiest Game Engine EVER",
  "main": "app.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instafluff/PinkFluffyUnicorn.git"
  },
  "author": "Instafluff",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/instafluff/PinkFluffyUnicorn/issues"
  },
  "homepage": "https://github.com/instafluff/PinkFluffyUnicorn#readme",
  "dependencies": {
    "connect": "^3.6.6",
    "dotenv": "^6.2.0",
    "serve-static": "^1.13.2"
  },
  "devDependencies": {
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-concat-plugin": "^3.0.0"
  }
}
