-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 809 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 809 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
{
"name": "markdown-editor",
"version": "1.0.0",
"description": "<h1 align=\"center\">Markdown Editor </h1>\r <h3 align=\"center\"> Simply Edit,View,Download,Enjoy :smiley: <h3>\r <h4 align=\"center\">Live @ <a href=\"https://nikhilsahu.ml/Markdown-Editor/\">https://nikhilsahu.ml/Markdown-Editor/</a> </h4>",
"main": "script.js",
"dependencies": {
"qunit": "^2.9.3"
},
"devDependencies": {
"mocha": "^6.2.1"
},
"scripts": {
"test": "mocha",
"start": " index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikhildsahu/Markdown-Editor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikhildsahu/Markdown-Editor/issues"
},
"homepage": "https://github.com/nikhildsahu/Markdown-Editor#readme"
}