Browse Source

Configs update

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
1b504613c4
  1. 24
      bower.json
  2. 14
      package.json

24
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"
]
}

14
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",

Loading…
Cancel
Save