forked from cmdjs/gallery
-
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) · 918 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 918 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
{
"family": "gallery",
"name": "codemirror",
"version": "3.1.0",
"title": "CodeMirror",
"description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
"homepage": "hhttp://codemirror.net/",
"author": {
"name" : "http://codemirror.net/index.html",
"url" : "http://codemirror.net/index.html"
},
"keywords": ["JavaScript", "CodeMirror", "Editor"],
"licenses": "https://github.com/marijnh/CodeMirror/blob/master/LICENSE",
"dependencies": {
"jquery": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/marijnh/CodeMirror.git"
},
"spm": {
"output": [
"codemirror.js",
"codemirror.css"
]
}
}