Skip to content

Commit 507133f

Browse files
committed
Add a package.json file for NPM.
1 parent 6ef5c1a commit 507133f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "csscolorparser",
3+
"version": "1.0.0",
4+
"author": "Dean McNamee <dean@gmail.com>",
5+
"keywords": ["css", "color", "html5", "parser"],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/deanm/css-color-parser-js"
9+
},
10+
"main": "csscolorparser.js"
11+
}

0 commit comments

Comments
 (0)