-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
49 lines (49 loc) · 1.05 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
{
"name": "beez-touch",
"version": "0.3.1",
"authors": [
"sueda_masaki <[email protected]>"
],
"description": "touch plug-in for beez",
"main": "s/beez-touch/index.js",
"keywords": [
"beez",
"beez.View",
"touch",
"events",
"smartphone"
],
"license": "MIT",
"homepage": "http://github.com/masakisueda/beez-touch",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js",
"LICENSE",
"README.md",
"README_en.md",
"bower.json",
"bower_components",
"build.js",
"package.json",
"s",
"screenshots",
"setver",
"spec"
],
"dependencies": {
"beez": "~1.0.17"
},
"devDependencies": {
"mocha": "~1.17.1",
"chai": "~1.9.0",
"zepto": "~1.1.2",
"underscore": "~1.6.0",
"backbone": "<=1.1.0",
"handlebars": "~1.3.0",
"requirejs": "2.1.9"
}
}