antwar-rss-plugin
Version:
RSS plugin for antwar
39 lines (38 loc) • 872 B
JSON
{
"name": "antwar-rss-plugin",
"version": "0.29.3",
"description": "RSS plugin for antwar",
"main": "dist",
"repository": {
"type": "git",
"url": "https://github.com/antwarjs/antwar.git"
},
"scripts": {
"build": "rimraf ./dist && babel ./src --out-dir ./dist",
"prepublish": "npm run build"
},
"keywords": [
"antwar",
"plugin"
],
"author": "eldh",
"license": "MIT",
"bugs": {
"url": "https://github.com/antwarjs/antwar/issues"
},
"homepage": "https://github.com/antwarjs/antwar",
"module": "dist",
"jsnext:main": "dist",
"dependencies": {
"absolutify": "0.1.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"url-join": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"marked": "^0.3.12",
"rimraf": "^2.6.2"
},
"gitHead": "b6f8bf5e9ed111d6d59c2f7088d60b4d6066f08e"
}