-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·42 lines (42 loc) · 887 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
41
42
{
"name": "onesingle-ted",
"description": "Skeleton basado en HTML5 Boilerplated, SASS, Gulp y Bower",
"main": "public/index.html",
"authors": [
"Diego Londoño Marín <dlondonom@gmail.com>"
],
"license": "MIT",
"keywords": [
"OpenSource",
"Development",
"Web",
"WebDevelopment",
"Gulp",
"Bower",
"SASS",
"JavaScript",
"Boilerplated"
],
"homepage": "https://github.com/dlondono/onesingle-ted",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.4",
"bootstrap": "^3.3.6",
"modernizer": "^2.8.2",
"prefixfree": "*",
"REM-unit-polyfill": "^1.3.4",
"lodash": "^4.13.1",
"purl": "^2.3.1",
"gsap": "^1.18.5",
"font-awesome": "^4.6.3"
}
}