mastofeed-iframe-embed/package.json

21 lines
417 B
JSON
Raw Permalink Normal View History

2017-04-30 00:34:17 +02:00
{
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.2",
"feedparser": "^2.2.0",
2017-04-30 04:14:25 +02:00
"request": "^2.81.0",
2017-05-02 05:11:29 +02:00
"serve-static": "^1.12.2",
"timeago.js": "^3.0.1"
2017-04-30 04:54:46 +02:00
},
2017-05-02 05:11:29 +02:00
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-styles": "node build-styles.js"
},
"devDependencies": {
"metalsmith": "^2.3.0",
"metalsmith-sass": "^1.4.0",
"node-sass": "^4.5.2"
2017-04-30 00:34:17 +02:00
}
}