UNPKG

1.39 kBJSONView Raw
1{
2 "name": "postcss-normalize",
3 "version": "2.0.1",
4 "description": "Use the parts of normalize.css you need from your browserlist",
5 "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6 "license": "CC0-1.0",
7 "repository": "jonathantneal/postcss-normalize",
8 "homepage": "https://github.com/jonathantneal/postcss-normalize#readme",
9 "bugs": "https://github.com/jonathantneal/postcss-normalize/issues",
10 "main": "index.js",
11 "files": [
12 "index.js",
13 "lib/json-to-ast.js",
14 "lib/normalize.json"
15 ],
16 "scripts": {
17 "clean": "git clean -X -d -f",
18 "prepublish": "npm test",
19 "test": "echo 'Running tests...'; npm run test:setup && npm run test:js && npm run test:tape",
20 "test:js": "eslint *.js --cache --ignore-pattern .gitignore",
21 "test:setup": "node lib/normalize-css-to-json",
22 "test:tape": "postcss-tape"
23 },
24 "engines": {
25 "node": ">=4.0.0"
26 },
27 "dependencies": {
28 "browserslist": "^2.1.2",
29 "postcss": "^6.0.1"
30 },
31 "devDependencies": {
32 "eslint": "^3.19.0",
33 "eslint-config-dev": "2.0.0",
34 "fse": "^3.0.0",
35 "postcss-tape": "2.0.1",
36 "pre-commit": "^1.2.2"
37 },
38 "eslintConfig": {
39 "extends": "dev"
40 },
41 "keywords": [
42 "postcss",
43 "css",
44 "postcss-plugin",
45 "normalize.css",
46 "normalize",
47 "browsers",
48 "bugs",
49 "fixes",
50 "usability",
51 "browserslist",
52 "browserlist"
53 ]
54}