Skip to content

Commit 6101c9a

Browse files
committed
npm support
1 parent 33114a1 commit 6101c9a

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
{
2-
"name": "PrettyCheckbox",
2+
"name": "pretty-checkbox",
33
"version": "1.0.0",
4-
"description": "Scalable css3 pretty checkbox and radio buttons",
5-
"main": "Gulpfile.js",
6-
"dependencies": {
7-
8-
},
4+
"description": "Scalable css3 pretty checkbox and radio buttons with custom font icon library",
5+
"main": "src/pretty.min.css",
6+
"dependencies": {},
97
"devDependencies": {
108
"gulp-rename": "^1.2.2",
11-
"gulp-sass": "^2.2.0",
9+
"gulp-sass": "^2.3.1",
1210
"bower": "^1.5.1",
1311
"browser-sync": "^2.8.2",
1412
"gulp": "^3.9.0",
15-
"gulp-compass": "^2.1.0",
16-
"gulp-sass": "^2.3.1",
1713
"node-sass": "^3.7.0"
1814
},
1915
"scripts": {},
2016
"repository": {
2117
"type": "git",
22-
"url": "https://github.com/lokesh-coder/pretty-checkbox"
18+
"url": "git+https://github.com/lokesh-coder/pretty-checkbox.git"
2319
},
2420
"keywords": [
25-
"one",
26-
"page",
27-
"app"
21+
"checkbox",
22+
"radio",
23+
"bootstrap",
24+
"css3",
25+
"animations"
2826
],
2927
"author": "lokesh",
3028
"license": "MIT",

0 commit comments

Comments
 (0)