-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 932 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 932 Bytes
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
{
"name": "custom-syntax-highlighter",
"version": "1.0.1",
"description": "Define your own syntax for highlighting code blocks",
"main": "bin/index.js",
"repository": {
"url": "git@github.com:jgnewman/custom-syntax-highlighter",
"type": "git"
},
"author": "John Newman <rescuecreative@gmail.com>",
"keywords": [
"custom",
"syntax",
"highlighter",
"highlighting",
"highlight",
"dsl",
"parser"
],
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}