UNPKG

gitbook-plugin-oerschema

Version:

A GitBook Plugin to apply OER Schema metadata to GitBooks content

36 lines (35 loc) 857 B
{ "name": "gitbook-plugin-oerschema", "version": "0.0.3", "description": "A GitBook Plugin to apply OER Schema metadata to GitBooks content", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/open-curriculum/gitbook-plugin-oerschema.git" }, "keywords": [ "oer", "seo", "education" ], "author": "Alex Boyce <curiosity26@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/open-curriculum/gitbook-plugin-oerschema/issues" }, "homepage": "https://github.com/open-curriculum/gitbook-plugin-oerschema#readme", "engines": { "gitbook": "*" }, "dependencies": { "markdown": "*" }, "devDependencies": { "gitbook-tester": "1.4.2", "mocha": "3.1.0", "should": "11.1.0" } }