Files
summaly/package.json
syuilo b10db00a25 0.0.1
2016-09-13 06:02:54 +09:00

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"
}
}