33 lines
720 B
JSON
33 lines
720 B
JSON
{
|
|
"name": "postcss-normalize-charset",
|
|
"version": "1.1.1",
|
|
"description": "Add necessary or remove extra charset with PostCSS",
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin",
|
|
"charset"
|
|
],
|
|
"author": "Bogdan Chadkin <trysound@yandex.ru>",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "ben-eb/postcss-charset",
|
|
"bugs": {
|
|
"url": "https://github.com/ben-eb/postcss-charset/issues"
|
|
},
|
|
"homepage": "https://github.com/ben-eb/postcss-charset",
|
|
"dependencies": {
|
|
"postcss": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.16.0",
|
|
"eslint": "^1.4.1",
|
|
"postcss-devtools": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint index.js test && ava"
|
|
}
|
|
}
|