{
  "name": "wp-comment-reply-module",
  "version": "0.0.2",
  "description": "A vanilla ES6/ES2015 replacement for the WordPress core comment reply script",
  "main": "comment-reply.js",
  "module": "comment-reply.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xsynaptic/wp-comment-reply-module.git"
  },
  "keywords": [
    "wordpress",
    "comments",
    "comment",
    "comment-reply",
    "comment-form",
    "threaded",
    "es6",
    "es2015"
  ],
  "author": "Alexander Synaptic <alexander@synapticism.com> (http://synapticism.com)",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/xsynaptic/wp-comment-reply-module/issues"
  },
  "homepage": "https://github.com/xsynaptic/wp-comment-reply-module#readme"
}
