From b2271f758bb196a094a8dc4a9c6079483ea43d4d Mon Sep 17 00:00:00 2001 From: VGamezz19 Date: Sun, 25 Mar 2018 20:37:29 +0200 Subject: [PATCH] manifest project --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7acc339 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "mditor", + "version": "0.8.0", + "description": "There is a MarkDown Editor to do you'r crazy notes! ", + "main": "index.js", + "directories": { + "doc": "doc" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/VGamezz19/MDitor.git" + }, + "keywords": [ + "reactjs", + "typescript", + "nodejs", + "md", + "markdown", + "editor", + "restful", + "composite-pattern" + ], + "author": "Victor Gamez ", + "license": "MIT", + "bugs": { + "url": "https://github.com/VGamezz19/MDitor/issues" + }, + "homepage": "https://github.com/VGamezz19/MDitor#readme" +}