-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
38 lines (38 loc) · 817 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
{
"name": "angular-prototype",
"version": "0.0.0",
"authors": [
"Jay Liu <jayliu50@gmail.com>"
],
"description": "Prototype seed for Angular using Coffeescript, Jade, and SASS",
"keywords": [
"angular",
"prototype",
"bootstrap",
"broccoli",
"font-awesome",
"lodash",
"jade",
"coffeescript"
],
"license": "MIT",
"homepage": "http://endeavors.cyanosphere.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.6.5",
"lodash": "~4.17.4",
"jquery": "~3.2.1",
"angular-ui-router": "~1.0.5",
"bower-angular-placeholders": "jayliu50/angular-placeholders",
"font-awesome": "^4.6.3",
"normalize-css": "^7.0.0",
"prism": "^1.6.0"
}
}