forked from sdeering/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 834 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
{
"name": "CleverStackAngularSeed",
"author": {
"name": "CleverTech",
"email": "[email protected]",
"web": "http://cleverstack.io"
},
"version": "0.0.1",
"collaborators": [
"Richard Gustin <[email protected]>",
"Daniel Young <[email protected]>",
"Daniel Durante <[email protected]>",
"Sam Deering <[email protected]>"
],
"dependencies": {
"angular": "1.2.4",
"json3": "~3.2.4",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"bootstrap": "~3.0.3",
"underscore": "~1.5.2",
"requirejs": "~2.1.9",
"angular-resource": "1.2.4",
"angular-cookies": "1.2.4",
"angular-sanitize": "1.2.4",
"angular-route": "1.2.4"
},
"devDependencies": {
"angular-mocks": "1.2.4",
"angular-scenario": "1.2.4",
"less.js": "~1.6.0"
}
}