forked from syntaxhighlighter/brush-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "brush-swift",
"version": "4.0.0",
"description": "Swift brush module for SyntaxHighlighter.",
"keywords": [
"syntaxhighlighter",
"brush",
"swift"
],
"homepage": "https://github.com/syntaxhighlighter/brush-swift",
"bugs": "https://github.com/syntaxhighlighter/brush-swift/issues",
"author": {
"name": "Nate Cook",
"url": "https://github.com/natecook1000"
},
"main": "brush.js",
"repository": {
"type": "git",
"url": "https://github.com/syntaxhighlighter/brush-swift.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"
]
}
}