-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
42 lines (42 loc) · 1.01 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "kidoju.widgets",
"description": "Widgets for the Kidoju learning platform",
"version": "0.1.0",
"copyright": "Copyright ©2013-2014 Memba® Sarl. All rights reserved.",
"keywords": ["Memba", "Kidoju", "Kendo UI", "Javascript", "Widgets"],
"homepage": "http://widgets.kidoju.com",
"author": "Memba Sarl",
"repository": {
"type": "git",
"url": "https://github.com/Memba/Kidoju-Widgets.git"
},
"license": "GPL-3.0",
"main": [
"dist/js/kidoju.widgets.js",
"dist/styles/kidoju.widgets.css"
],
"ignore": [
"coverage/",
"es6-templates/",
"docs/",
"graphics/",
"node_modules/",
"nodejs/",
"src/",
"temp/",
"test/",
"**/.*",
"*.cmd",
"*.js",
"*.log",
"*.md",
"*.sh",
"package.json"
],
"dependencies": {
"jquery": ">=1.12.3 <=3.2.1",
"kendo-ui": ">=2016.1.112"
},
"devDependencies": {
}
}