mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-04 23:33:51 +09:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "summaly",
|
|
"version": "2.0.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",
|
|
"test": "mocha --harmony"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "0.0.29",
|
|
"@types/express": "4.0.35",
|
|
"@types/mocha": "2.2.39",
|
|
"@types/event-stream": "3.3.30",
|
|
"@types/gulp": "3.8.32",
|
|
"@types/gulp-typescript": "0.0.32",
|
|
"@types/node": "7.0.5",
|
|
"@types/request": "0.0.40",
|
|
"event-stream": "3.3.4",
|
|
"express": "4.14.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-typescript": "3.1.4",
|
|
"mocha": "3.2.0",
|
|
"typescript": "2.1.6"
|
|
},
|
|
"dependencies": {
|
|
"cheerio-httpcli": "0.6.11",
|
|
"debug": "2.6.1",
|
|
"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"
|
|
}
|
|
}
|