-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 979 Bytes
/
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
{
"name": "highlightjs-extempore",
"version": "1.1.0",
"description": "highlight.js syntax definition for extempore languages (Scheme and xtlang)",
"main": "src/extempore.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/highlightjs/highlightjs-extempore.git"
},
"keywords": [
"extempore",
"xtlang",
"scheme",
"hljs",
"highlightjs",
"highlight.js"
],
"author": {
"name": "Yuya Chiba(@cyble9)",
"email": "cy.blue.9@gmail.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/highlightjs/highlightjs-extempore/issues"
},
"homepage": "https://github.com/highlightjs/highlightjs-extempore#readme",
"devDependencies": {
"highlightjs": "^9.12.0",
"mocha": "^5.2.0",
"should": "^13.2.3"
}
}