-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
package.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
{
"name": "animadio",
"version": "6.2.7",
"description": "Animadio Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons",
"keywords": [
"css library",
"css variables",
"concatenation",
"combinable classes",
"flexbox",
"grid",
"keyframes",
"animation",
"customizability",
"reusability"
],
"license": "MIT",
"main": "dist/animadio.css",
"homepage": "https://www.npmjs.com/package/animadio",
"repository": "github:philippebeck/animadio",
"bugs": "https://github.com/philippebeck/animadio/issues",
"devDependencies": {
"autoprefixer": "^9.8.6",
"grunt": "^1.3.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"node-sass": "^9.0.0",
"normalize.css": "^8.0.1"
},
"author": {
"name": "Philippe Beck",
"email": "[email protected]",
"url": "https://philippebeck.net"
}
}