package.json 467 字节
Newer Older
EvanOne(文一)'s avatar
init  
EvanOne(文一) 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "name": "hexo-theme-stun",
  "version": "0.0.1",
  "description": "a gorgeous blog theme - stun",
  "homepage": "https://liuyib.github.io",
  "scripts": {
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liuyib/hexo-theme-stun"
  },
  "keywords": [
    "stun",
    "Hexo"
  ],
  "author": "liuyib",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liuyib/hexo-theme-stun/issues"
  },
  "devDependencies": {}
}