-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 814 Bytes
/
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
{
"name": "animated-filter",
"description": "Simple CSS animated JS powered filter animations",
"version": "1.0.2",
"homepage": "https://robinpoort.github.io/animated-filter/",
"author": "https://github.com/robinpoort/animated-filter/graphs/contributors",
"repository": {
"type": "git",
"url": "https://github.com/robinpoort/animated-filter/"
},
"bugs": {
"url": "https://github.com/robinpoort/animated-filter/issues"
},
"license": "MIT",
"devDependencies": {
"caniuse-db": "*",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.*",
"grunt-browser-sync": "^2.2.*",
"grunt-contrib-cssmin": "^2.2.*",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.*",
"grunt-sass": "^2.0.*",
"jit-grunt": "^0.10.*",
"time-grunt": "^1.3.*"
}
}