You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
812 B
41 lines
812 B
{
|
|
"name": "linkify-it",
|
|
"version": "1.2.4",
|
|
"description": "Links recognition library with FULL unicode support",
|
|
"keywords": [
|
|
"linkify",
|
|
"linkifier",
|
|
"autolink",
|
|
"autolinker"
|
|
],
|
|
"repository": "markdown-it/linkify-it",
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"uc.micro": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"ansi": "^0.3.0",
|
|
"autoprefixer-stylus": "^0.9.2",
|
|
"benchmark": "^2.1.0",
|
|
"browserify": "*",
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.2",
|
|
"jade": "^1.11.0",
|
|
"eslint": "~2.11.0",
|
|
"eslint-plugin-nodeca": "^1.0.0",
|
|
"istanbul": "*",
|
|
"mdurl": "^1.0.0",
|
|
"mocha": "*",
|
|
"ndoc": "^4.0.1",
|
|
"stylus": "~0.54.5",
|
|
"tlds": "^1.37.0"
|
|
}
|
|
}
|