Install libs using npm

This commit is contained in:
Matias De lellis
2019-11-02 20:33:16 -03:00
parent f40b00524c
commit 6fb1f20c6d
4 changed files with 176 additions and 35 deletions

29
package.json Normal file
View File

@@ -0,0 +1,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"
}
}