]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/bower.json
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / bower.json
CommitLineData
6887a0f5
AK
1{
2 "name": "dijit",
3 "main": "main.js",
4 "moduleType": [ "amd" ],
5 "licenses": [ "BSD-3-Clause", "AFL-2.1" ],
6 "ignore": [
7 ".*",
8 "tests"
9 ],
10 "keywords": [ "JavaScript", "Dojo", "Toolkit", "Dijit" ],
11 "authors": [],
12 "homepage": "http://dojotoolkit.org/",
13 "repository":{
14 "type": "git",
15 "url": "https://github.com/dojo/dijit.git"
16 },
17 "dependencies": {
18 "dojo": "1.12.1"
19 },
20 "devDependencies": {
21 }
22}