-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 794 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 794 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
{
"name": "mobile",
"main": "index.js",
"version": "1.0.0",
"homepage": "https://github.com/ConcertUrbain/chatanoo-mobile",
"authors": [
"Mathieu Desvé <mathieu.desve@me.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/components/",
"test",
"tests"
],
"dependencies": {
"raphael": "2.1.0",
"underscore": "1.3.3",
"moment": "1.5.0",
"modernizr": "2.0.6",
"less": "1.1.4-lastest",
"jquery": "2.1.4",
"backbone": "0.9.2",
"requirejs": "2.1.17",
"jquery.gritter": "1.7.4",
"jquery.cookie": "1.4.1",
"requirejs-text": "~2.0.14",
"requirejs-json": "~0.0.3",
"requirejs-domready": "~2.0.1",
"requirejs-plugins": "~1.0.3",
"aws-sdk": "~2.1.46"
}
}