Merge branch 'master' of github.com:ElbertF/Wappalyzer

main
Elbert Alias 11 years ago
commit add96aefbc

4
.gitignore vendored

@ -4,6 +4,10 @@
build/*
npm-debug.log
node_modules/*
drivers/npm/node_modules/
drivers/npm/npm-debug.log

@ -0,0 +1,16 @@
language: node_js
node_js:
- "0.10"
before_install:
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
install:
- sudo apt-get update -y
- sudo apt-get install -y curl zip sudo -y --force-yes
- sudo apt-get clean
- npm install jsonlint -g
- mkdir mozilla && curl -L https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.tar.gz | tar xvzC mozilla && ln -s $WAPPALYZER_ROOT/mozilla/addon-sdk-*/bin/cfx bin/cfx
- mkdir phantomjs && curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2 | tar xvjC phantomjs && ln -s $WAPPALYZER_ROOT/phantomjs/phantomjs-*-linux-x86_64/bin/phantomjs bin/phantomjs
before_script: mkdir build
script: wappalyzer build
after_script: ls build

@ -1,4 +1,4 @@
# Wappalyzer
# Wappalyzer [![Travis](https://img.shields.io/travis/ElbertF/Wappalyzer.svg?style=flat-square)](https://travis-ci.org/ElbertF/Wappalyzer/)
[Wappalyzer](https://wappalyzer.com/) is a
[cross-platform](https://github.com/AliasIO/Wappalyzer/wiki/Drivers) utility that uncovers the

@ -5440,6 +5440,7 @@
],
"env": "^Twipsy$\\;confidence:50",
"html": [
"<style[^>]*>.*Bootstrap v.* Copyright .* Twitter, Inc\\.\\* Licensed under.*<\/style>",
"<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"
],
@ -7004,7 +7005,17 @@
"yepnope.*\\.js"
],
"website": "yepnopejs.com"
}
},
"OWL Carousel": {
"cats": [
5,
7
],
"html": "<link [^>]*href=\"[^\"]+owl.carousel(?:\\.min)?\\.css",
"script": "owl.carousel.*\\.js",
"implies": "jQuery",
"website": "http://owlgraphic.com/owlcarousel/"
}
},
"categories": {
"1": "cms",
@ -7058,4 +7069,4 @@
"49": "feed-readers",
"50": "document-management-systems"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB