-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "brush-sdbl",
"version": "1.0.0",
"description": "1C:Enterprise builtin lang brush module for SyntaxHighlighter.",
"keywords": [
"syntaxhighlighter",
"brush",
"sdbl"
],
"homepage": "https://github.com/leoniv/brush-sdbl",
"bugs": "https://github.com/leoniv/brush-sdbl/issues",
"author": {
"name": "Leonid Vlasov",
"url": "https://github.com/leoniv"
},
"main": "brush.js",
"repository": {
"type": "git",
"url": "https://github.com/leoniv/brush-sdbl.git"
},
"scripts": {
"test": "babel-node --only='syntaxhighlighter-*,brush-*.js' node_modules/.bin/_mocha --opts mocha.opts test.js"
},
"dependencies": {
"brush-base": "^4.0.0",
"syntaxhighlighter-regex": "^4.0.0"
},
"main": "brush.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"
]
}
}