Added Meteor

main
Elbert Alias 10 years ago
parent 512b36aa23
commit 3fb7686aee

@ -9,6 +9,7 @@ var
json = require(process.env.WAPPALYZER_ROOT + '/src/apps.json');
for ( app in json.apps ) {
(function(app) {
var path = process.env.WAPPALYZER_ROOT + '/src/icons/' + app + '.png';
fs.exists(path, function(exists) {
@ -24,4 +25,5 @@ for ( app in json.apps ) {
throw new Error('Missing file: src/icons/' + app + '.png');
}
});
}(app));
};

@ -3284,7 +3284,7 @@
},
"html": [
"<a[^>]+>Powered by MODx</a>",
"<(?:link|script)[^>]+assets/(?:templates|components|snippets)/\\;confidence:80"
"<(?:link|script)[^>]+assets/snippets/\\;confidence:20"
],
"implies": "PHP",
"website": "modxcms.com"
@ -3386,6 +3386,14 @@
"html": "(?:<iframe id=\"meebo-iframe\"|Meebo\\('domReady'\\))",
"website": "www.meebo.com"
},
"Meteor": {
"cats": [
12
],
"env": "^Meteor$",
"html": "<link[^>]+__meteor-css__",
"website": "meteor.com"
},
"Methode": {
"cats": [
1

Loading…
Cancel
Save