forked from haleks/vitalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 1.05 KB
/
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
{
"name": "vitalize",
"description": "A flexible cross-browser library of CSS keyframe animations built with Sass. Components based on Dan Eden's Animate.css.",
"version": "0.1.9",
"keywords": ["sass", "scss", "vitalize", "vitalize sass", "vitalize scss", "animation", "animations", "animate", "animate scss", "animate sass", "animate css", "haleks", "Alex Villeneuve", "AlexVilleneuve", "Alexandre Villeneuve", "AlexandreVilleneuve", "haleksandre"],
"license": "MIT",
"homepage": "https://haleks.ca",
"repository": {
"type": "git",
"url": "git://github.com/haleks/vitalize.git"
},
"author": [
{
"name": "Alexandre Villeneuve",
"email": "haleksviller@gmail.com"
}
],
"main": "scss/vitalize.scss",
"style": "dist/css/vitalize.css",
"sass": "scss/vitalize.scss",
"ignore": [
"gulpfile.js",
"node_modules",
"tests",
"**/.*",
"*.md",
"*.json"
],
"dependencies": {},
"devDependencies": {
"true": "^2.0.3"
},
"bugs": {
"url": "https://github.com/haleks/vitalize/issues"
}
}