brush-kotlin/package.json

46 lines
1.1 KiB
JSON

{
"name": "brush-kotlin",
"version": "0.2.0",
"description": "Kotlin brush module for SyntaxHighlighter.",
"keywords": [
"syntaxhighlighter",
"brush",
"kotlin"
],
"homepage": "https://github.com/ethauvin/brush-kotlin",
"bugs": "https://github.com/syntaxhighlighter/brush-kotlin/issues",
"author": {
"name": "Erik C. Thauvin",
"url": "https://github.com/ethauvin"
},
"main": "brush.js",
"repository": {
"type": "git",
"url": "https://github.com/syntaxhighlighter/brush-kotlin.git"
},
"scripts": {
"test": "babel-node --only='syntaxhighlighter-*,brush-*' node_modules/.bin/_mocha --opts mocha.opts test.js"
},
"dependencies": {
"brush-base": "^4.0.0",
"syntaxhighlighter-regex": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"syntaxhighlighter-match": "^4.0.0"
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"license": "MIT",
"babel": {
"presets": [
"es2015"
]
}
}