Skip to content

Commit a70b832

Browse files
committed
Improve: package.json
1 parent 9276c6f commit a70b832

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33
"version": "1.0.0",
44
"description": "Generate sprites from stylesheets.",
55
"main": "index.js",
6-
"author": "2createStudio",
6+
"keywords": [
7+
"postcss",
8+
"sprite",
9+
"spritesheet",
10+
"generator",
11+
"css",
12+
"spritesmith",
13+
"png",
14+
"postcssplugin"
15+
],
16+
"author": {
17+
"name": "2createStudio",
18+
"url": "https://github.com/2createStudio"
19+
},
20+
"repository": "https://github.com/2createStudio/postcss-sprites",
721
"license": "MIT",
822
"dependencies": {
923
"postcss": "^4.1.10",
@@ -14,3 +28,4 @@
1428
"spritesmith": "^1.3.1"
1529
}
1630
}
31+
\

0 commit comments

Comments
 (0)