forked from FarhadG/code-mirror-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
{
"name": "code-mirror-themes",
"version": "1.0.0",
"description": "A large collection of Code Mirror themes for your coding pleasure",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"code-mirror",
"code-mirror theme",
"codemirror themes",
"code editor themes"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FarhadG/code-mirror-themes.git"
},
"author": "Farhad Ghayour <me@farhadg.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FarhadG/code-mirror-themes/issues"
},
"homepage": "https://github.com/FarhadG/code-mirror-themes#readme",
"dependencies": {
"codemirror": "^5.15.2"
}
}