-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
41 lines (41 loc) · 920 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
35
36
37
38
39
40
41
{
"name": "neosavvy-angular-seedling",
"version": "0.0.1",
"homepage": "https://github.com/neosavvyinc/angular-seedling",
"authors": [
"Neosavvy",
"Inc."
],
"description": "A seed project for Neosavvy Angular JS applications.",
"keywords": [
"neosavvy",
"angular",
"angularjs",
"turnkey"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"momentjs": "2.2.1",
"foundation": "https://github.com/zurb/foundation.git#v4.3.2",
"neosavvy-javascript-angular-core": "0.1.8"
},
"devDependencies": {
"angular-animate": "1.2.16",
"angular-cookies": "1.2.16",
"angular-loader": "1.2.16",
"angular-mocks": "1.2.16",
"angular-resource": "1.2.16",
"angular-sanitize": "1.2.16",
"angular-touch": "1.2.16"
},
"resolutions": {
"angular": "1.2.16"
}
}