You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
696 B
28 lines
696 B
{ |
|
"name": "dijit-themes", |
|
"version": "1.17.3", |
|
"description": "Dojo 1.x modern themes", |
|
"license" : "BSD-3-Clause OR AFL-2.1", |
|
"bugs": "http://bugs.dojotoolkit.org/", |
|
"keywords": ["Dojo", "Dijit", "Themes"], |
|
"homepage": "http://dojotoolkit.org/", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/dojo/dijit-themes.git" |
|
}, |
|
"dojoBuild": "themes.profile.js", |
|
"peerDependencies": { |
|
"dojo": "1.17.3", |
|
"dijit": "1.17.3" |
|
}, |
|
"devDependencies": { |
|
"grunt": "^0.4", |
|
"grunt-contrib-watch": "^0", |
|
"grunt-concurrent": "^2", |
|
"grunt-contrib-connect": "^0", |
|
"grunt-contrib-stylus": "^0.21.0", |
|
"grunt-open": "^0", |
|
"grunt-newer": "^1.1.0" |
|
}, |
|
"engine": "node >= 0.10" |
|
}
|
|
|