UNPKG

963 BJSONView Raw
1{
2 "name": "postcss-minify-gradients",
3 "version": "1.0.0",
4 "description": "Minify gradient parameters with PostCSS.",
5 "main": "dist/index.js",
6 "scripts": {
7 "lint": "eslint src",
8 "prepublish": "babel src --out-dir dist --ignore /__tests__/",
9 "test": "npm run lint && babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
10 },
11 "files": [
12 "LICENSE-MIT",
13 "dist"
14 ],
15 "keywords": [
16 "css",
17 "postcss",
18 "postcss-plugin"
19 ],
20 "license": "MIT",
21 "devDependencies": {
22 "babel": "^5.8.23",
23 "babel-tape-runner": "1.2.0",
24 "eslint": "^1.10.3",
25 "tap-spec": "^4.1.1",
26 "tape": "^4.2.2"
27 },
28 "homepage": "https://github.com/ben-eb/postcss-minify-gradients",
29 "author": {
30 "name": "Ben Briggs",
31 "email": "beneb.info@gmail.com",
32 "url": "http://beneb.info"
33 },
34 "repository": "ben-eb/postcss-minify-gradients",
35 "dependencies": {
36 "postcss": "^5.0.12",
37 "postcss-value-parser": "^3.1.3"
38 }
39}