-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 790 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 790 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
{
"name": "route.in.th",
"version": "0.1",
"homepage": "https://github.com/PhompAng/route.in.th",
"authors": [
"PhompAng <tingtong003tomy@gmail.com>",
"Tonsai <t@iton.in.th>",
"MrNonz <nontawat39@gmail.com>"
],
"main": [
"assets/css/style.css",
"assets/css/bootstrap.min.css",
"assets/js/main.js",
"assets/js/html5shiv.min.js",
"assets/js/respond.min.js"
],
"moduleType": [
"es6"
],
"keywords": [
"route"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#~1.4.5",
"angular-animate": "~1.4.5",
"angular-route": "~1.4.5",
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"select2": "~4.0.0"
}
}