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