UNPKG

1.06 kBJSONView Raw
1{
2 "name": "postcss-minify-selectors",
3 "version": "2.0.1",
4 "description": "Minify selectors with PostCSS.",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "lib",
9 "LICENSE-MIT"
10 ],
11 "scripts": {
12 "lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
13 "test": "tape test.js | tap-spec"
14 },
15 "keywords": [
16 "css",
17 "minify",
18 "optimise",
19 "postcss",
20 "postcss-plugin",
21 "selectors"
22 ],
23 "license": "MIT",
24 "devDependencies": {
25 "jshint": "^2.8.0",
26 "jshint-stylish": "^2.0.1",
27 "postcss-font-magician": "^1.3.0",
28 "tap-spec": "^4.1.0",
29 "tape": "^4.2.0"
30 },
31 "homepage": "https://github.com/ben-eb/postcss-minify-selectors",
32 "author": {
33 "name": "Ben Briggs",
34 "email": "beneb.info@gmail.com",
35 "url": "http://beneb.info"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/ben-eb/postcss-minify-selectors.git"
40 },
41 "dependencies": {
42 "alphanum-sort": "^1.0.1",
43 "postcss": "^5.0.4",
44 "postcss-selector-parser": "^1.1.4"
45 }
46}