forked from emmetio/codemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 864 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 864 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
28
29
30
31
32
33
34
35
36
37
{
"name": "emmet-codemirror",
"version": "1.2.5",
"description": "Emmet plugin for CodeMirror",
"main": "./dist/emmet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/emmetio/codemirror.git"
},
"keywords": [
"emmet",
"codemirror",
"html",
"css",
"coding",
"speed"
],
"author": "Sergey Chikuyonok",
"license": "MIT",
"bugs": {
"url": "https://github.com/emmetio/codemirror/issues"
},
"homepage": "https://github.com/emmetio/codemirror",
"dependencies": {
"emmet": "^1.3.0"
},
"devDependencies": {
"codemirror": "^5.0.0",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"js-bundler": "git+https://github.com/sergeche/js-bundler.git#v1.0.1"
}
}