-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 901 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
{
"name": "vue2-ace-editor-support-chinese",
"version": "0.0.3",
"author": "wangjianhui2464",
"description": "A Vue2.0's component based on last ace/brace",
"keywords": [
"node.js",
"javascript",
"ace",
"autoComplete",
"chinese"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangjianhui2464/vue2-ace-editor-support-chinese"
},
"homepage": "https://github.com/wangjianhui2464/vue2-ace-editor-support-chinese#readme",
"license": "GPL",
"bugs": {
"url": "https://github.com/wangjianhui2464/vue2-ace-editor-support-chinese/issues",
"email": "[email protected]"
},
"dependencies": {
"brace": "^0.10.0",
"emmet": "git+https://github.com/cloud9ide/emmet-core.git#41973fcc70392864c7a469cf5dcd875b88b93d4a"
}
}