{
  "name": "fpm",
  "version": "1.5.11",
  "description": "前端自动化工具",
  "author": {
    "name": "fpm"
  },
  "repository": {
    "type": "git",
    "url": "http://fex.staff.ifeng.com/fep/iffront.git"
  },
  "main": "lib",
  "homepage": "http://fex.staff.ifeng.com/fep/iffront.git",
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "abbrev": "~1.0.4",
    "archy": "0.0.2",
    "chalk": "~0.2.0",
    "q": "~0.9.2",
    "ejs": "~0.8.7",
    "mout": "~0.7.0",
    "nopt": "~2.2.0",
    "inquirer": "~0.3.0",
    "update-notifier": "~0.2.0",
    "sudo-block": "~0.2.0",
    "osenv": "0.0.3",
    "graceful-fs": "~2.0.0",
    "file-utils": "~0.1.1",
    "lodash": "~2.2.1",
    "shelljs": "~0.2.6",
    "bower": "~1.2.8",
    "glob": "~3.2.8",
    "rimraf": "2.2.6",
    "minimatch": "0.2.14",
    "iconv-lite": "0.2.11",
    "which": "~1.0.5",
    "p-throttler": "~0.0.1",
    "wm": "~1.2.1",
    "tmp": "0.0.20",
    "connect": "~2.12.0",
    "send": "0.1.4",
    "request-promise": "^4.1.1"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "grunt": "~0.4.1",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-watch": "~0.5.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-exec": "~0.4.2",
    "mocha": "~1.12.0",
    "nock": "~0.22.0",
    "istanbul": "~0.1.42",
    "proxyquire": "~0.5.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "bin": {
    "fpm": "bin/iffront"
  },
  "preferGlobal": true,
  "readme": "",
  "readmeFilename": "README.md"
}


