1
0
Fork 0
intro-to-vagrant/bower_components/reveal-highlight-themes/package.json

35 lines
829 B
JSON
Raw Normal View History

2015-02-11 14:37:10 -05:00
{
"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"
}
}