@gerhobbelt/mathjax-third-party-extensions
Version:
A list of MathJax extensions provided by third-party contributors
73 lines (72 loc) • 1.87 kB
JSON
{
"_from": "grunt-peg@2.0.1",
"_id": "grunt-peg@2.0.1",
"_inBundle": false,
"_integrity": "sha1-gx2ymf/Y+zYn2mTi8ErmXMT1auM=",
"_location": "/grunt-peg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "grunt-peg@2.0.1",
"name": "grunt-peg",
"escapedName": "grunt-peg",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-peg/-/grunt-peg-2.0.1.tgz",
"_shasum": "831db299ffd8fb3627da64e2f04ae65cc4f56ae3",
"_spec": "grunt-peg@2.0.1",
"_where": "W:\\Users\\Ger\\Projects\\sites\\library.visyond.gov\\80\\lib\\js\\mathjax-third-party-extensions\\legacy\\siunitx",
"author": {
"name": "Daan van Berkel",
"email": "daan.v.berkel.1980@gmail.com",
"url": "http://dvberkel.github.io/"
},
"bugs": {
"url": "https://github.com/dvberkel/grunt-peg/issues"
},
"bundleDependencies": false,
"dependencies": {
"pegjs": "~0.9.0"
},
"deprecated": false,
"description": "A grunt multi task that generates parsers from PEG grammars.",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bumpup": "~0.6.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/dvberkel/grunt-peg",
"keywords": [
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dvberkel/grunt-peg/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-peg",
"peerDependencies": {
"grunt": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dvberkel/grunt-peg.git"
},
"scripts": {
"test": "grunt test"
},
"version": "2.0.1"
}