forked from matiasdelellis/quicknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 769 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
{
"name": "quicknotes",
"version": "0.1.9",
"description": "Quick notes with a basic rich text",
"main": "script.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matiasdelellis/quicknotes.git"
},
"author": "Matias De lellis <mati86dl@gmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/matiasdelellis/quicknotes/issues"
},
"homepage": "https://github.com/matiasdelellis/quicknotes#readme",
"dependencies": {
"handlebars": "^4.5.1",
"isotope-layout": "^3.0.6",
"medium-editor": "^5.23.3",
"medium-editor-autolist": "^1.0.1"
}
}