UNPKG

mstar-adsperformance

Version:

auto monitoring morningstar web pages ads performance

40 lines 1.13 kB
{ "name": "mstar-adsperformance", "version": "1.0.9", "description": "auto monitoring morningstar web pages ads performance", "main": "lib/index.js", "scripts": { "build": "npm run buildhtml && npm run buildscss && babel lib -d dist", "start": "node dist/index.js", "debug": "node --inspect-brk dist/index.js -n=5 http://www.morningstar.com/stocks/xnys/ibm/quote.html -o=/Users/swang6/Documents/123.html", "buildhtml": "cpx \"lib/html/*.html\" \"dist/html\" ", "buildscss": "cpx \"lib/css/*.css\" \"dist/css\"" }, "dependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "cheerio": "^1.0.0-rc.2", "cpx": "^1.5.0", "handlebars": "^4.0.11", "puppeteer": "1.0.0", "yargs": "^11.0.0" }, "repository": { "type": "git", "url": "https://github.com/Shone-Wang/mstar-adsperformance.git" }, "keywords": [ "morningstar", "ads", "performance" ], "bin": { "mstar-ads": "dist/index.js" }, "engines": { "node": ">=8.0.0" }, "author": "Shone Wang/Tim Deuchler", "license": "ISC" }