File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22Node.js module for website's scraping with images, css, js, etc.
33
44[ ![ Build Status] ( https://img.shields.io/travis/s0ph1e/node-website-scraper/master.svg?style=flat )] ( https://travis-ci.org/s0ph1e/node-website-scraper )
5- [ ![ Coverage Status] ( https://coveralls.io/repos/s0ph1e/node-website-scraper/badge.svg )] ( https://coveralls.io/r/s0ph1e/node-website-scraper )
65[ ![ Code Climate] ( https://img.shields.io/codeclimate/github/s0ph1e/node-website-scraper.svg?style=flat )] ( https://codeclimate.com/github/s0ph1e/node-website-scraper )
76[ ![ Version] ( https://img.shields.io/npm/v/website-scraper.svg?style=flat )] ( https://www.npmjs.org/package/website-scraper )
87[ ![ Downloads] ( https://img.shields.io/npm/dm/website-scraper.svg?style=flat )] ( https://www.npmjs.org/package/website-scraper )
Original file line number Diff line number Diff line change 55 "readmeFilename" : " README.md" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "test" : " istanbul cover ./ node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage "
8+ "test" : " node_modules/mocha/bin/mocha "
99 },
1010 "repository" : {
1111 "type" : " git" ,
4040 "devDependencies" : {
4141 "should" : " ^5.0.0" ,
4242 "mocha" : " ^2.0.1" ,
43- "nock" : " ^1.6.0" ,
44- "coveralls" : " ^2.11.2" ,
45- "istanbul" : " ^0.3.7"
43+ "nock" : " ^1.6.0"
4644 }
4745}
You can’t perform that action at this time.
0 commit comments