-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 848 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
32
{
"name": "markdown-editor",
"version": "0.0.1",
"private": true,
"devDependencies": {
"shadow-cljs": "2.7.9"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"description": "A cool markdown editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "shadow-cljs watch app",
"compile": "shadow-cljs compile app",
"release": "shadow-cljs release app",
"repl": "shadow-cljs cljs-repl app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawran6/markdown-editor.git"
},
"author": "Daw-Ran Liou",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawran6/markdown-editor/issues"
},
"homepage": "https://github.com/dawran6/markdown-editor#readme"
}