1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00
ttrss/lib/dijit/bower.json
2018-12-04 16:23:37 +03: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.14.2"
},
"devDependencies": {
}
}