-
Notifications
You must be signed in to change notification settings - Fork 29
/
bower.json
32 lines (32 loc) · 933 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
{
"name": "ES6-AngularJS",
"version": "0.0.1-pre",
"authors": [
"Tushara Fernando"
],
"private": true,
"dependencies": {
"traceur-runtime": "0.0.74",
"system.js": "~0.10.2",
"plugin-text": "https://github.com/systemjs/plugin-text.git",
"plugin-json": "https://github.com/systemjs/plugin-json.git",
"angular": "1.4.0",
"angular-i18n": "1.4.0",
"angular-animate": "1.4.0",
"angular-touch": "1.4.0",
"angular-aria": "1.4.0",
"angular-messages": "1.4.0",
"angular-mocks": "1.4.0",
"angular-ui-router": "~0.2.13",
"normalize-css": "~3.0.2",
"lodash": "~2.4.1",
"assert": "https://github.com/angular/assert.git",
"material-design-icons": "https://github.com/google/material-design-icons.git",
"angular-material": "~0.9.7"
},
"resolutions": {
"angular": "1.4.*",
"angular-aria": "^1.3.15 || >1.4.0-beta.0",
"angular-animate": "1.4.0"
}
}