From 1b504613c4da74f714bb62f29916ef87477d85c8 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 15 Oct 2014 08:04:49 +0400 Subject: [PATCH] Configs update --- bower.json | 24 ++++++++++++++++++++++++ package.json | 14 ++++++++------ 2 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..778e4a7 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "remarkable", + "main": "dist/remarkable.js", + "homepage": "https://github.com/jonschlinkert/remarkable", + "description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.", + "keywords": [ + "markdown", + "md", + "commonmark", + "parser" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "Makefile", + "index*", + "lib", + "benchmark", + "demo" + ] +} diff --git a/package.json b/package.json index 3bbf4c1..5034125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,13 @@ { "name": "remarkable", "version": "1.0.0", + "description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.", + "keywords": [ + "markdown", + "md", + "commonmark", + "parser" + ], "homepage": "https://github.com/jonschlinkert/remarkable", "repository": { "type": "git", @@ -9,12 +16,7 @@ "bugs": { "url": "https://github.com/jonschlinkert/remarkable/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jonschlinkert/remarkable/blob/master/LICENSE" - } - ], + "license": "MIT", "main": "index.js", "dependencies": { "argparse": "~ 0.1.15",