Skip to content

Commit

Permalink
Refactor package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 9, 2018
1 parent b649ae0 commit d2131f4
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
"name": "remark-defsplit",
"version": "1.2.0",
"description": "Extract inline link/image destinations as separate definitions",
"author": "Eugene Sharygin <eush77@gmail.com>",
"license": "MIT",
"scripts": {
"test": "tape test/*.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/eush77/remark-defsplit",
"repository": "eush77/remark-defsplit",
"bugs": {
"url": "https://github.com/eush77/remark-defsplit/issues"
},
"keywords": [
"definition",
"destination",
Expand All @@ -34,11 +22,24 @@
"uri",
"url"
],
"repository": "eush77/remark-defsplit",
"bugs": "https://github.com/eush77/remark-defsplit/issues",
"author": "Eugene Sharygin <eush77@gmail.com>",
"contributors": [
"Eugene Sharygin <eush77@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
"unist-util-index": "^1.0.0"
},
"devDependencies": {
"remark": "^9.0.0",
"tape": "^4.0.2"
},
"scripts": {
"test": "node test/test"
}
}

0 comments on commit d2131f4

Please sign in to comment.