forked from writerstrail/writerstrail-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 843 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": "Writerstrail",
"version": "0.11.1",
"authors": [
"George Marques <[email protected]>"
],
"description": "Writer's progress charts a la NaNoWriMo",
"main": "server.js",
"keywords": [
"writing",
"charts"
],
"license": "MIT",
"homepage": "http://georgemarques.com.br/writerscharts",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.1",
"jquery": "~2.1.3",
"font-awesome": "~4.3.0",
"eonasdan-bootstrap-datetimepicker": "~4.0.0",
"moment": "~2.9.0",
"bootstrap-hover-dropdown": "~2.0.11",
"hopscotch": "~0.2.3",
"bootstrap-daterangepicker": "~1.3.17",
"ionsound": "~3.0.0",
"RRSSB": "~1.6.5"
},
"resolutions": {
"moment": "~2.9.0"
}
}