Initial import of 4.x module.
This commit is contained in:
parent
af67f93887
commit
b4d2df93d3
8 changed files with 193 additions and 0 deletions
46
package.json
Normal file
46
package.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue