forked from johnpapa/pluralsight-gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 805 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": "Pluralsight-Gulp",
"version": "0.1.0",
"description": "Starter Code for Pluralsight Course JavaScript Build Automation with Gulp.js",
"authors": [
"John Papa"
],
"license": "MIT",
"homepage": "https://github.com/johnpapa/pluralsight-gulp",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"devDependencies": {
"angular-mocks": "~1.3.8",
"sinon": "http://sinonjs.org/releases/sinon-1.12.1.js",
"bardjs": "~0.0.3"
},
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.8",
"angular-sanitize": "~1.3.8",
"bootstrap": "~3.3.1",
"extras.angular.plus": "~0.9.2",
"font-awesome": "~4.2.0",
"moment": "~2.8.4",
"angular-ui-router": "~0.2.13",
"toastr": "~2.1.0",
"angular-animate": "~1.3.8"
}
}