{
  "name": "poof",
  "version": "1.9.0",
  "description": "A Twine 2 proofing format.",
  "main": "gulpfile.js",
  "dependencies": {},
  "devDependencies": {
    "gulp": "^4.0.2",
    "del": "^3.0.0",
    "fs-jetpack": "^2.4.0",
    "gulp-autoprefixer": "^6.1.0",
    "gulp-clean-css": "^3.10.0",
    "gulp-concat": "^2.6.1",
    "gulp-js-escape": "^1.0.1",
    "gulp-jshint": "^2.1.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.2",
    "jshint": "^2.12.0",
    "node-zip": "^1.1.1"
  },
  "scripts": {
    "test": "tweego -f poof -o docs/demo/index.html docs/demo/poof.twee",
    "gulp": "npx gulp",
    "build": "npx gulp build",
    "docs": "docsify serve ./docs -o",
    "pack": "node ./pack.js",
    "copy": "xcopy .\\dist\\format.js C:\\tweego\\story-formats\\poof\\format.js /y & xcopy .\\dist\\format.js .\\docs\\use\\format.js /y",
    "all": "npm run build && npm run copy && npm test"
  },
  "author": "Chapel",
  "license": "Unlicense",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChapelR/poof.git"
  },
  "keywords": [
    "Twine",
    "proofing",
    "proof"
  ],
  "bugs": {
    "url": "https://github.com/ChapelR/poof/issues"
  },
  "homepage": "https://github.com/ChapelR/poof#readme",
  "private": true
}
