-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 805 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 805 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
{
"name": "markdown-notepad",
"version": "0.1.0",
"authors": [
"zzzhan <chunzhan.he@gmail.com>"
],
"description": "A markdown notepad on the web.Awesome features buit-in multi-tabs,autosaving,inserting images without upload and so on.",
"main": [
"dist/js/markdown-notepad.all.js",
"dist/css/markdown-notepad.all.css"
],
"keywords": [
"markdown",
"notepad",
"markdown editor",
"online",
"offline"
],
"license": "MIT",
"homepage": "https://github.com/zzzhan/markdown-notepad",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"bootstrap-markdown": "^2.10.0",
"showdown": "^1.3.0",
"bootbox.js": "bootbox#^4.4.0"
}
}