-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 787 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 787 Bytes
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
{
"name": "angular-browserify-gulp",
"description": "Angular, Browserify & Gulp",
"version": "0.0.0",
"private": "true",
"repository": {
"type": "git",
"url": "git@github.com:chasevida/angular-browserify-gulp.git"
},
"author": "Mark",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/chasevida/angular-browserify-gulp/issues"
},
"ignore": [
"**/.*",
"bower_components",
"client/vendor",
"node_modules",
"plugins",
"test"
],
"dependencies": {
"angular": "1.3.15",
"angulartics": "0.17.2",
"angular-animate": "1.3.15",
"angular-scroll": "0.6.5",
"angular-ui-router": "0.2.13",
"fastclick": "1.0.6",
"lodash": "3.0.0"
},
"devDependencies": {
"angular-mocks": "1.3.x"
}
}