-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
40 lines (40 loc) · 872 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
39
40
{
"name": "quick",
"description": "Save link, by quick collection, quick access",
"main": "index.js",
"authors": [
"Van-Duyet Le <[email protected]>"
],
"license": "MIT",
"keywords": [
"quick",
"nodejs",
"link"
],
"homepage": "https://github.com/duyetdev/quick",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.2",
"handlebars": "~4.0.5",
"moment": "~2.11.2",
"font-awesome": "fontawesome#~4.5.0",
"tether": "~1.1.1",
"clipboard": "~1.5.8",
"AlertifyJS": "duyetdev/AlertifyJS#~1.6.1",
"markdown": "~0.5.0",
"marked": "~0.3.5",
"copy": "*",
"ace-builds": "^1.2.3",
"requirejs": "^2.1.22",
"bootstrap-tagsinput": "^0.8.0",
"gifffer": "^1.0.0"
}
}