{
  "name": "snippin",
  "version": "0.5.1",
  "description": "re-use snippets from text files in other contexts",
  "main": "src",
  "bin": "bin/snippin.js",
  "scripts": {
    "test": "tap --100 --nyc-arg=-a test/*.js && tap --no-coverage --no-coverage-report --no-check-coverage bin/test.js",
    "lint": "standard",
    "prepublishOnly": "standard && npm test && ./make-readme.js"
  },
  "nyc": {
    "include": [
      "src/*"
    ]
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/wraugh/snippin.git"
  },
  "keywords": [
    "snippets",
    "template",
    "preprocessor",
    "include"
  ],
  "author": "wraugh <wraugh.com@gmail.com>",
  "license": "MPL-2.0",
  "devDependencies": {
    "marcco": "^0.1.0",
    "public-requires": "^0.1.0",
    "standard": "^12.0.1",
    "stream-template": "0.0.10",
    "tap": "^13.1.2",
    "tmp": "^0.1.0"
  },
  "dependencies": {
    "getopts": "^2.2.3",
    "mkdirp": "^0.5.1",
    "pump": "^3.0.0",
    "pumpify": "^1.5.1",
    "readable-stream": "^3.1.1",
    "split-anything": "^0.3.0"
  }
}
