-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 941 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "checked.css",
"version": "1.0.2",
"description": "Tiny set of pure CSS animations that applies to checked elements.",
"keywords": [
"checked",
"css",
"animations",
"animated",
"checkbox",
"radio",
"form",
"input",
"css",
"css3"
],
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/720kb/checked.css.git"
},
"author": "Filippo Oretti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/720kb/checked.css/issues"
},
"homepage": "https://github.com/720kb/checked.css",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-header": "^1.8.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.8",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1"
}
}