UNPKG

543 BJSONView Raw
1{
2 "name": "hexo-generator-feed",
3 "version": "0.0.7",
4 "description": "Feed generator plugin for Hexo",
5 "main": "index",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/tommy351/hexo-plugins.git"
9 },
10 "keywords": ["website", "blog", "cms", "framework", "hexo"],
11 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
12 "license": {
13 "type": "MIT",
14 "url": "https://raw.github.com/tommy351/hexo/master/LICENSE"
15 },
16 "engines": {
17 "hexo": "0.3.0"
18 },
19 "dependencies": {
20 "jstoxml": "*"
21 }
22}