aymericbeaumet/metalsmith-define

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "metalsmith-define",
  "version": "2.1.3",
  "description": "A Metalsmith plugin to define values in the metadata",
  "keywords": [
    "define",
    "metalsmith",
    "plugin"
  ],
  "homepage": "https://github.com/aymericbeaumet/metalsmith-define",
  "repository": {
    "type": "git",
    "url": "https://github.com/aymericbeaumet/metalsmith-define.git"
  },
  "license": "MIT",
  "author": {
    "name": "Aymeric Beaumet",
    "email": "hi@aymericbeaumet.com",
    "url": "https://aymericbeaumet.com"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "format": "xo --fix",
    "test": "xo && ava"
  },
  "devDependencies": {
    "ava": "3.8.2",
    "metalsmith": "2.3.0",
    "rimraf": "3.0.2",
    "xo": "0.30.0"
  }
}