feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

28
Skills/@be/be/node_modules/ismobilejs/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "ismobilejs",
"version": "0.4.1",
"description": "A simple JS library that detects mobile devices.",
"keywords": [
"ismobile",
"device detection",
"mobile devices",
"useragent"
],
"homepage": "https://github.com/kaimallea/isMobile",
"license": "CC0-1.0",
"author": {
"name": "Kai Mallea",
"email": "kmallea@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kaimallea/isMobile.git"
},
"main": "./isMobile",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.11.x",
"grunt-contrib-uglify": "0.9.x",
"grunt-contrib-jasmine": "0.8.x"
}
}