-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 822 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
{
"name": "angular-seed",
"description": "A starter project for AngularJS",
"main": "",
"authors": [
"Sok Kim Thanh <thanhsk1991@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/SokKimThanh/huong-dan-tro-cap-that-nghiep",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-css": "^1.0.8",
"flexslider": "^2.7.2",
"angular-flexslider": "^1.3.2"
},
"directory": "components",
"timeout": 120000,
"registry": {
"search": [
"http://localhost:8000",
"https://registry.bower.io"
]
},
"scripts": {
"postinstall": "npm run copy-libs",
"copy-libs": "cpx \"bower_components/{angular,angular-*,html5-boilerplate/dist,bootstrap/dist,jquery/dist}/**/*\" app/lib -C"
}
}