We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63619ba commit 6b70f85Copy full SHA for 6b70f85
package.json
@@ -2,6 +2,8 @@
2
"name": "css-property-parser",
3
"version": "1.0.0",
4
"description": "Validate css properties and expand shorthand css properties",
5
+ "keywords": ["css"],
6
+ "bugs": "https://github.com/mahirshah/css-property-parser/issues",
7
"main": "src/index.js",
8
"scripts": {
9
"test": "./node_modules/.bin/mocha --reporter spec --recursive",
@@ -19,6 +21,10 @@
19
21
],
20
22
"author": "mahirshah",
23
"license": "(MIT AND MPL-2.0)",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/mahirshah/css-property-parser"
27
+ },
28
"types": "css-property-parser.d.ts",
29
"devDependencies": {
30
"async": "^2.5.0",
0 commit comments