{
  "name": "gpl-3.0",
  "description": "Plaintext of The GNU General Public License Version 3 from www.gnu.org",
  "version": "1.0.1",
  "files": [
    "README.md",
    "GPL-3.0.json",
    "package.json"
  ],
  "keywords": [
    "jslicense",
    "license"
  ],
  "main": "GPL-3.0.json",
  "repository": "jslicense/GPL-3.0",
  "scripts": {
    "prepublish": "node -e \"process.stdout.write(JSON.stringify(require('fs').readFileSync('GPL-3.0').toString()))\" > GPL-3.0.json"
  }
}
