-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
45 lines (44 loc) · 900 Bytes
/
bower.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
45
{
"name": "vue-jade-editor",
"description": "jade online editor plugin for vue.js",
"version": "0.3.0",
"keywords": [
"jade",
"editor",
"vue"
],
"moduleType": [
"globals"
],
"main": "dist/vue-jade-editor.js",
"homepage": "http://html5beta.com/apps/vue-jade-editor.html",
"bugs": "https://github.com/zxdong262/vue-jade-editor/issues",
"author": {
"email": "zxdong@gmail.com",
"name": "ZHAO Xudong",
"url": "http://html5beta.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zxdong262/vue-jade-editor"
},
"licenses": "MIT",
"dependencies": {
},
"devDependencies": {
"vue": "^1.0.21",
"jquery": "2.2.3",
"bootstrap": "^v4.0.0-alpha.2"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"/routes/",
"/lib/",
"/views/",
"/*.js",
"/*.sh"
]
}