forked from lokesh-coder/pretty-checkbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pretty-checkbox",
"version": "3.0.3",
"description": "A pure css library to beautify checkbox and radio buttons.",
"main": "dist/pretty-checkbox.min.css",
"scripts": {
"lint":"gulp lint:scss",
"fix": "stylelint \"src\\**\\*.scss\" --syntax scss --fix",
"format": "gulp css:format",
"build": "gulp build",
"ci": "npm run build && git add dist -f && git commit -m \"build(release): auto build [ci skip]\"",
"release": "corp-semantic-release",
"log": "conventional-github-releaser -p angular -r 0"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.8.2",
"conventional-github-releaser": "^1.1.12",
"corp-semantic-release": "^6.1.0",
"del": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.9.0",
"gulp-header-comment": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylefmt": "^1.1.0",
"gulp-stylelint": "^5.0.0",
"rimraf": "2.6.1",
"stylefmt": "^6.0.0",
"stylelint": "^8.2.0",
"stylelint-config-recommended": "^1.0.0",
"stylelint-config-recommended-scss": "^2.0.0",
"stylelint-scss": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lokesh-coder/pretty-checkbox.git",
"link": "https://github.com/lokesh-coder/pretty-checkbox"
},
"keywords": [
"checkbox",
"radio",
"bootstrap",
"fonticon",
"icon",
"svg",
"switch",
"toggle",
"sass",
"css3",
"animation",
"pretty",
"check",
"colors"
],
"author": "Lokesh Rajendran",
"license": "MIT",
"bugs": {
"url": "https://github.com/lokesh-coder/pretty-checkbox/issues"
},
"homepage": "https://lokesh-coder.github.io/pretty-checkbox"
}