hexo-tag-googleform
Version:
Google Form tag plugin for Hexo
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "hexo-tag-googleform",
"version": "0.1.9",
"description": "Google Form tag plugin for Hexo",
"main": "index",
"directories": {
"dist": "dist",
"lib": "lib",
"test": "test"
},
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover _mocha --print both test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w0rd-driven/hexo-tag-googleform.git"
},
"keywords": [
"hexo",
"tag",
"googleform"
],
"author": "Jeremy Brayton <jeremy@braytonium.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w0rd-driven/hexo-tag-googleform/issues"
},
"homepage": "https://github.com/w0rd-driven/hexo-tag-googleform#readme",
"dependencies": {
"request-promise": "^2.0.0",
"cheerio": "^0.19.0"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"hexo": "^3.1.1",
"istanbul": "^0.4.2",
"jscs": "^2.8.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.3.4"
}
}