Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrminfive committed Aug 22, 2017
1 parent 4e22594 commit 12eb7a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "hexo-theme-skapp",
"version": "1.0.0",
"description": "hexo扁平化主题",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"hexo-theme"
],
"author": "minfive <[email protected]> (http://blog.minfive.com/)",
"license": "MIT"
}

0 comments on commit 12eb7a2

Please sign in to comment.