mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-05 15:53:59 +09:00
33 lines
867 B
JSON
33 lines
867 B
JSON
{
|
|
"name": "webcard",
|
|
"version": "0.0.1",
|
|
"description": "Generate an html of any web page's summary",
|
|
"author": "syuilo <i@syuilo.com>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/syuilo/webcard.git",
|
|
"bugs": "https://github.com/syuilo/webcard/issues",
|
|
"main": "./built/index.js",
|
|
"typings": "./built/index.d.ts",
|
|
"scripts": {
|
|
"start": "node ./built/index.js",
|
|
"build": "gulp build"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "6.13.2",
|
|
"babel-preset-stage-3": "6.11.0",
|
|
"event-stream": "3.3.4",
|
|
"gulp": "3.9.1",
|
|
"gulp-babel": "6.1.2",
|
|
"gulp-typescript": "2.13.6",
|
|
"typescript": "1.8.10"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "6.13.2",
|
|
"babel-polyfill": "6.13.0",
|
|
"cheerio-httpcli": "^0.6.9",
|
|
"html-entities": "^1.2.0",
|
|
"pug": "^2.0.0-beta6",
|
|
"request": "^2.74.0"
|
|
}
|
|
}
|