-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "codemirror-js-mixed",
"version": "0.9.3",
"scripts": {
"test": "tape -r ./test/mock/register ./test/javascript-mixed/javascript-mixed.test.js",
"lint": "eslint . --ext .js"
},
"description": "Language mode javascript-mixed for CodeMirror, supporting HTML/CSS highlighting in javascript codes",
"keywords": [
"Editor",
"CodeMirror",
"Javascript",
"HTML",
"CSS",
"userscripts",
"addon"
],
"peerDependencies": {
"codemirror": "^5.55.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"codemirror": "^5.55.0",
"eslint": "^7.6.0",
"jsdom": "^16.4.0",
"static-server": "^2.2.1",
"tape": "^5.0.1"
},
"author": "Sam Lee <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/orionlee/codemirror-js-mixed.git"
},
"bugs": {
"url": "https://github.com/orionlee/codemirror-js-mixed/issues"
},
"homepage": "https://github.com/orionlee/codemirror-js-mixed",
"license": "MIT",
"engines": {
"node": ">=10"
}
}