forked from mwaylabs/The-M-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 914 Bytes
/
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": "The-M-Project",
"version": "2.0.0-beta3",
"main": [
"./dist/*.js",
"./dist/*.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"scripts",
"resources",
"sample",
"server",
"utils",
"tasks",
"doc-template",
"Gruntfile.js",
"*.sh",
"*.md",
"*.json",
"*.txt",
"*.bat"
],
"dependencies": {
"backbone": "~1.1.0",
"underscore": "~1.5.2",
"jquery": "~2.0.3",
"backbone.stickit": "~0.6.3",
"tmpl": "~0.1.6",
"socket.io-client": "~0.9.16",
"modernizr": "~2.6.2",
"momentjs": "~2.4.0",
"hammerjs": "~1.0.5",
"detectizr": "~1.4.5",
"font-awesome": "~4.0.3",
"shake.js": "~1.1.0",
"fastclick": "~0.6.10",
"bootstrap-sass": "~3.0.2",
"enquire": "~2.1.0"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.1"
}
}