X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=lib%2Fdijit%2Fbower.json;fp=lib%2Fdijit%2Fbower.json;h=f2e119a6c3e10ed6e3824c3424d825007213a7a3;hb=6887a0f57307820b097b51aee952c555bcf69024;hp=0000000000000000000000000000000000000000;hpb=9f539be3c2c93ce358b10ca396e922b3b99b56ea;p=tt-rss.git diff --git a/lib/dijit/bower.json b/lib/dijit/bower.json new file mode 100644 index 00000000..f2e119a6 --- /dev/null +++ b/lib/dijit/bower.json @@ -0,0 +1,22 @@ +{ + "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.12.1" + }, + "devDependencies": { + } +}