forked from ermouth/jQuery.my
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (36 loc) · 745 Bytes
/
bower.json
File metadata and controls
40 lines (36 loc) · 745 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
{
"name": "jquerymy",
"version": "1.1.9",
"description": "A lightweight jQuery plugin for complex two-way data binding in real time.",
"main": "./jquerymy.js",
"authors": [
"ermouth <ermouth@gmail.com>",
"ftescht <dasiderk@gmail.com>",
"dander <carpogoryanin@gmail.com>"
],
"repository" : {
"type": "git",
"url": "https://github.com/ermouth/jQuery.my.git"
},
"keywords": [
"MVVM",
"framework",
"plugin",
"jquery",
"ui",
"data binding"
],
"dependencies": {
"jquery":"~1.11",
"sugar":"~1.4"
},
"ignore":[
"package.json",
"my.jquery.json",
"Release/**"
],
"license": "MIT",
"scripts": [
"./jquerymy.js"
]
}