aboutsummaryrefslogtreecommitdiff
path: root/node_modules/postcss-normalize-charset/package.json
blob: 208f792bce1a5a28ecc91f725b837612244a4734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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"
  }
}