Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozbo committed Aug 9, 2016
2 parents 0696664 + b289063 commit 375ed57
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "hexo-abbrlink",
"version": "1.0.4",
"description": "create one and only link for every post for hexo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rozbo/hexo-abbrlink.git"
},
"keywords": [
"hexo",
"link",
"permalink",
"abbrlink"
],
"author": "Rozbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rozbo/hexo-abbrlink/issues"
},
"homepage": "https://github.com/Rozbo/hexo-abbrlink#readme",
"dependencies": {
"crc-32": "^0.4.1",
"hexo-front-matter": "^0.2.3",
"hexo-fs": "^0.1.6"
}
}

0 comments on commit 375ed57

Please sign in to comment.