forked from highlightjs/highlightjs-solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 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
36
37
38
{
"name": "highlightjs-solidity",
"version": "2.1.0",
"description": "highlight.js syntax definition for Ethereum's Solidity language",
"main": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/highlightjs/highlightjs-solidity.git"
},
"keywords": [
"Solidity",
"Ethereum",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "pospi",
"license": "MIT",
"bugs": {
"url": "https://github.com/highlightjs/highlightjs-solidity/issues"
},
"homepage": "https://github.com/highlightjs/highlightjs-solidity#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"highlight.js": "^10.7.3",
"highlightjs": "^9.16.2",
"mocha": "^10.3.0",
"parse5": "^7.1.2"
}
}