ludoviclefevre/hexo-helper-seo-structured-data

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexo-helper-seo-structured-data",
  "version": "0.0.4-pre",
  "description": "",
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "bugs": {
    "url": "http://github.com/ludoviclefevre/hexo-helper-seo-structured-data/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ludoviclefevre/hexo-helper-seo-structured-data.git"
  },
  "scripts": {
    "test": "grunt test",
    "travis": "grunt travis"
  },
  "author": "Ludovic LEFEVRE",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.3.1",
    "ejs": "2.4.1",
    "moment": "^2.13.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "coveralls": "2.11.9",
    "grunt": "0.4.5",
    "grunt-cli": "1.2.0",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-contrib-nodeunit": "1.0.0",
    "grunt-contrib-watch": "1.0.0",
    "grunt-escomplex": "0.0.3",
    "grunt-jscs": "2.8.0",
    "grunt-lineending": "0.2.4",
    "grunt-mocha-cli": "2.1.0",
    "grunt-mocha-istanbul": "4.0.2",
    "grunt-nice-package": "0.10.2",
    "hexo": "^3.2.2",
    "istanbul": "0.4.3",
    "jshint-stylish": "2.1.0",
    "load-grunt-tasks": "3.5.0",
    "lodash": "^4.15.0",
    "mocha": "2.4.5",
    "rimraf": "2.5.2",
    "time-grunt": "1.3.0"
  }
}