]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/bower.json
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dojo / bower.json
CommitLineData
6887a0f5
AK
1{
2 "name": "dojo",
3 "main": "main.js",
4 "moduleType": [ "amd" ],
5 "licenses": [ "BSD-3-Clause", "AFL-2.1" ],
6 "ignore": [
7 ".*",
8 "tests",
9 "testsDOH"
10 ],
11 "keywords": [ "JavaScript", "Dojo", "Toolkit" ],
12 "authors": [],
13 "homepage": "http://dojotoolkit.org/",
14 "repository":{
15 "type": "git",
16 "url": "https://github.com/dojo/dojo.git"
17 },
18 "dependencies": {
19 },
20 "devDependencies": {
21 "intern-geezer": "2.2.2",
22 "http-proxy": "0.10.3",
23 "glob": "3.2.7",
24 "jsgi-node": "0.3.1",
25 "formidable": "1.0.14",
26 "sinon": "1.12.2"
27 }
28}