mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-05 15:53:59 +09:00
33 lines
817 B
JSON
33 lines
817 B
JSON
{
|
|
"name": "summaly",
|
|
"version": "1.5.0",
|
|
"description": "Get web page's summary",
|
|
"author": "syuilo <i@syuilo.com>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/syuilo/summaly.git",
|
|
"bugs": "https://github.com/syuilo/summaly/issues",
|
|
"main": "./built/index.js",
|
|
"types": "./built/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "0.0.29",
|
|
"@types/node": "7.0.4",
|
|
"@types/request": "0.0.39",
|
|
"event-stream": "3.3.4",
|
|
"gulp": "3.9.1",
|
|
"gulp-typescript": "3.1.4",
|
|
"typescript": "2.1.5"
|
|
},
|
|
"dependencies": {
|
|
"cheerio-httpcli": "0.6.10",
|
|
"debug": "2.6.0",
|
|
"escape-regexp": "0.0.1",
|
|
"html-entities": "1.2.0",
|
|
"request": "2.79.0",
|
|
"require-all": "2.1.0",
|
|
"trace-redirect": "1.0.2-1"
|
|
}
|
|
}
|