You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
{ |
|
"name": "known-css-properties", |
|
"version": "0.21.0", |
|
"description": "List of known CSS properties", |
|
"repository": "known-css/known-css-properties", |
|
"main": "index.js", |
|
"scripts": { |
|
"bump": "npm version patch && npm publish && git push && git push --tags", |
|
"download-w3c-data": "node scripts/download-w3c-data", |
|
"generate": "node scripts/generate", |
|
"lint": "eslint index.js scripts/*.js", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [ |
|
"css", |
|
"properties", |
|
"w3c", |
|
"chrome", |
|
"firefox", |
|
"explorer", |
|
"edge", |
|
"safari", |
|
"opera", |
|
"samsung-internet", |
|
"uc-browser" |
|
], |
|
"contributors": [ |
|
{ |
|
"name": "Krzysztof Bebenek", |
|
"email": "kbebenek@kbebenek.me", |
|
"url": "http://kbebenek.me" |
|
}, |
|
{ |
|
"name": "Viorel Cojocaru", |
|
"email": "vio@beanon.com", |
|
"url": "http://beanon.com" |
|
} |
|
], |
|
"author": { |
|
"name": "Viorel Cojocaru", |
|
"email": "vio@beanon.com", |
|
"url": "http://beanon.com" |
|
}, |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/known-css/known-css-properties/issues" |
|
}, |
|
"homepage": "https://github.com/known-css/known-css-properties#readme", |
|
"devDependencies": { |
|
"axios": "0.21.1", |
|
"eslint": "7.18.0", |
|
"globby": "11.0.2", |
|
"lodash.sortby": "4.7.0", |
|
"lodash.uniq": "4.5.0" |
|
} |
|
}
|
|
|