gitbook-plugin-jazer
Version:
Gitbook exercises validated through a XRegExp and Javascript (work in progress)
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "gitbook-plugin-jazer",
"version": "1.0.57",
"description": "Gitbook exercises validated through a XRegExp and Javascript (work in progress)",
"keywords": [
"gitbook",
"plugin",
"regexp",
"exercises",
"jazer"
],
"main": "index.js",
"homepage": "http://sokartema.github.io/gitbook-plugin-jazer",
"bugs": {
"url": "https://github.com/sokartema/gitbook-plugin-example/issues",
"email": "sokartema@gmail.com"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --timeout 150000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sokartema/gitbook-plugin-jazer"
},
"author": {
"name": "Jazer Abreu",
"email": "sokartema@gmail.com"
},
"contributors": [
{
"name": "Casiano",
"email": "crguezl@ull.edu.es"
}
],
"license": "Apache-2.0",
"engines": {
"gitbook": ">=2.6.3"
},
"dependencies": {
"lodash": "^4.6.1",
"marked": "^0.3.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-exec": "^0.4.6"
}
}