35 lines
829 B
JSON
35 lines
829 B
JSON
|
{
|
||
|
"name": "reveal-highlight-themes",
|
||
|
"version": "8.3.0",
|
||
|
"description": "The highlight.js syntax themes repackaged for easy usage with reveal.js",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/nwinkler/reveal-highlight-themes.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"reveal",
|
||
|
"reveal.js",
|
||
|
"highlight",
|
||
|
"highlight.js",
|
||
|
"syntax",
|
||
|
"themes",
|
||
|
"theme"
|
||
|
],
|
||
|
"author": "Nils Winkler <nils@nilswinkler.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nwinkler/reveal-highlight-themes/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/nwinkler/reveal-highlight-themes",
|
||
|
"devDependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-bump": "0.0.16",
|
||
|
"grunt-text-replace": "^0.3.12",
|
||
|
"matchdep": "^0.3.0"
|
||
|
}
|
||
|
}
|