-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 792 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 792 Bytes
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
{
"name": "koui",
"version": "1.0.0",
"authors": [
"SPA Tools"
],
"description": "Knockout UI widgets to help Knockout app development",
"main": "koui.js",
"keywords": [
"knockout",
"knockoutjs",
"ko",
"mvvm",
"utilities",
"javascript",
"operation",
"command",
"spatools",
"amd"
],
"license": "MIT",
"homepage": "https://github.com/spatools/koui",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"typings",
"nuget",
"test"
],
"dependencies": {
"knockout": "^3.4.0",
"jquery": ">=1.9.0",
"requirejs": "^2.2.0",
"text": "^2.0.14"
},
"devDependencies": {
"require-css": "~0.1.2",
"jquery-ui": "~1.10.4",
"tinymce": "^4.3.8",
"font-awesome": "^4.5.0"
}
}