{
  "name": "res-minify",
  "version": "0.1.6",
  "description": "服务端实时压缩,合并'js','css'的express中间件.",
  "author": {
    "name": "cnwhy"
  },
  "main": "index.js",
  "scripts": {
    "test": "node ./test/app.js"
  },
  "files": [
    "index.js",
    "lib/*",
    "./*.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cnwhy/res-minify.git"
  },
  "keywords": [
    "minify",
    "合并",
    "压缩",
    "前端文件",
    "文件服务"
  ],
  "dependencies": {
    "@cnwhy/clean-css": "^3.4.25",
    "less": "^2.5.3",
    "mime-types": "^2.1.15",
    "promise-queue-plus": "^1.0.1",
    "uglify-js": "^2.5.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "express": "^4.13.3"
  },
  "license": "MIT"
}
