forked from Empirical-org-Archive/Quill-Writer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 855 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 855 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
36
{
"name": "StoryBook",
"version": "0.0.0",
"authors": [
"tgolson <tydotg@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "~0.2.11",
"angular-bootstrap": "~0.11.0",
"firebase": "~1.0.21",
"angularfire": "~0.8.2",
"angular": "~1.2.25",
"bootstrap": "~3.2.0",
"angular-strap": "~2.1.1",
"angular-sanitize": "~1.2.26",
"angular-underscore-module": "~1.0.1",
"underscore": "~1.7.0",
"angular-local-storage": "~0.1.1",
"angulartics": "~0.17.0",
"angular-uuid4": "~0.2.0",
"angular-utils-pagination": "~0.3.1",
"ngDialog": "~0.3.2",
"angular-base64-upload": "~0.0.2",
"angular-md5": "~0.1.7",
"ng-clip": "~0.2.4",
"zeroclipboard": "~2.1.6"
}
}