-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
53 lines (53 loc) · 1.26 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "jide.js",
"version": "1.0.0-beta4",
"description": "jide.js is a free UI toolkit for modern web applications based on data binding and separation of concerns.",
"authors": ["Patrick Gotthardt <[email protected]> (http://www.pagosoft.com)"],
"repository": {
"type": "git",
"url": "https://github.com/jidesoft/jidejs.git"
},
"location": "https://github.com/jidesoft/jidejs.git",
"homepage": "http://js.jidesoft.com",
"keywords": [
"ui",
"flat",
"control",
"component",
"client",
"model",
"view",
"controller",
"viewmodel",
"browser",
"library",
"amd",
"browserify"
],
"dependencies": {
"requirejs": "~2.1.6",
"requirejs-text": "~2.0.6"
},
"devDependencies": {
"codemirror": "latest",
"bootstrap": "~2.3.1",
"Faker": "~0.5.7",
"jquery": "1.9.*"
},
"ignore": [
"demo/**",
"docs/**",
"jsdoc/**",
"node_modules/**",
"website/**",
"release/**",
"build/**",
".idea/**",
".git/**",
".gitignore",
"compileExamples.js",
"examples.js",
"gulpfile.js",
"package.json"
]
}