-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
27 lines (27 loc) · 814 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
{
"name": "base",
"version": "1.0.0",
"dependencies": {
"angular": "git://github.com/angular/bower-angular.git#v1.3.16-build.113+sha.3881831",
"angular-resource": "git://github.com/angular/bower-angular-resource.git#v1.3.16-build.113+sha.3881831",
"es5-shim": "git://github.com/es-shims/es5-shim.git#4.1.3",
"pure": "~0.6.0"
},
"install": {
"path": "src/main/resources/public/resources/libs",
"sources": {
"angular": [
"bower_components/angular/angular.{min.js,min.js.map}"
],
"angular-resource": [
"bower_components/angular-resource/angular-resource.{min.js,min.js.map}"
],
"es5-shim": [
"bower_components/es5-shim/es5-shim.{min.js,map}"
],
"pure": [
"bower_components/pure/*-min.css"
]
}
}
}