UNPKG

915 BJSONView Raw
1{
2 "name": "gulp-cssnano",
3 "version": "2.1.3",
4 "description": "Minify CSS with cssnano.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test.js | tap-spec"
8 },
9 "keywords": [
10 "cssnano",
11 "minify",
12 "minification",
13 "optimise",
14 "optimisation",
15 "css",
16 "gulpplugin",
17 "postcss"
18 ],
19 "license": "MIT",
20 "devDependencies": {
21 "gulp-sourcemaps": "^1.5.2",
22 "tap-spec": "^4.0.2",
23 "tape": "^4.0.0",
24 "vinyl": "^2.1.0"
25 },
26 "homepage": "https://github.com/ben-eb/gulp-cssnano",
27 "author": {
28 "name": "Ben Briggs",
29 "email": "beneb.info@gmail.com",
30 "url": "http://beneb.info"
31 },
32 "repository": "ben-eb/gulp-cssnano",
33 "dependencies": {
34 "buffer-from": "^1.0.0",
35 "cssnano": "^3.0.0",
36 "object-assign": "^4.0.1",
37 "plugin-error": "^1.0.1",
38 "vinyl-sourcemaps-apply": "^0.2.1"
39 },
40 "files": [
41 "LICENSE-MIT",
42 "index.js"
43 ]
44}