Files
tt-rss/lib/dijit/bower.json
supahgreg 46ebef7ebf Bump Dojo from 1.16.5 to 1.17.3.
This should help with some of the security findings.
2025-10-05 04:34:29 +00:00

23 lines
411 B
JSON

{
"name": "dijit",
"main": "main.js",
"moduleType": [ "amd" ],
"licenses": [ "BSD-3-Clause", "AFL-2.1" ],
"ignore": [
".*",
"tests"
],
"keywords": [ "JavaScript", "Dojo", "Toolkit", "Dijit" ],
"authors": [],
"homepage": "http://dojotoolkit.org/",
"repository":{
"type": "git",
"url": "https://github.com/dojo/dijit.git"
},
"dependencies": {
"dojo": "1.17.3"
},
"devDependencies": {
}
}