forked from highlightjs/highlightjs-solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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-turtle",
"version": "2.1.0",
"description": "highlight.js syntax definition for the semantic web language Turtle",
"main": "dist/turtle.min.js",
"files": [],
"scripts": {
"test": "mocha test/markup/turtle/default.js",
"build": "parcel build src/languages/turtle.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/redmer/highlightjs-turtle.git"
},
"keywords": [
"turtle",
"semantic web",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "redmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/redmer/highlightjs-turtle/issues"
},
"homepage": "https://github.com/redmer/highlightjs-turtle#readme",
"devDependencies": {
"@types/parse5": "^7.0.0",
"highlightjs": "^9.12.0",
"mocha": "^10.2.0",
"parcel": "^2.8.2",
"parse5": "^5.1.0"
}
}