forked from gocardless/es6-angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 780 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
{
"name": "ES6 + AngularJS",
"version": "0.0.1-pre",
"homepage": "https://github.com/gocardless/es6-angularjs",
"authors": [
"GoCardless"
],
"private": true,
"dependencies": {
"traceur-runtime": "0.0.74",
"system.js": "~0.10.2",
"plugin-text": "[email protected]:systemjs/plugin-text.git",
"plugin-json": "[email protected]:systemjs/plugin-json.git",
"angular": "1.3.6",
"angular-i18n": "1.3.6",
"angular-animate": "1.3.6",
"angular-touch": "1.3.6",
"angular-aria": "1.3.6",
"angular-messages": "1.3.6",
"angular-mocks": "1.3.6",
"angular-ui-router": "~0.2.13",
"normalize-css": "~3.0.2",
"lodash": "~2.4.1",
"assert": "[email protected]:angular/assert.git"
},
"resolutions": {
"angular": "1.3.6"
}
}