Skip to content

Commit b8c474c

Browse files
committed
package.json
1 parent f3d0a93 commit b8c474c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "cssidentifier",
3+
"version": "1.0.0",
4+
"description": "css ientifier is a tool that provides you the value of any css property in any existing website",
5+
"main": "cssIdentifier.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/TarekAlQaddy/cssIdentifier.git"
9+
},
10+
"keywords": [
11+
"css-properies",
12+
"css",
13+
"css-values"
14+
],
15+
"author": "Tarek AlQaddy",
16+
"license": "ISC"
17+
}

0 commit comments

Comments
 (0)