-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 725 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"author": "https://github.com/UstymUkhman/Dynamic.css/graphs/contributors",
"name": "Dynamic.css",
"description": "Awesome Library of CSS3 animations",
"homepage": "https://github.com/UstymUkhman/Dynamic.css",
"demo": "http://ustymukhman.github.io/Dynamic.css/",
"main": "dynamic.css",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Dynamic.css",
"dynamic.css",
"Dynamic",
"dynamic"
],
"devDependencies": {
"bower": "^1.7.7",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.11.0"
},
"ignore": [
"bower_components",
"node_modules",
".gitignore"
],
"authors": [
"Ustym Ukhman <ustym.ukhman@gmail.com>"
]
}