{
  "name": "chromeplugin",
  "version": "0.0.0",
  "description": "chrome 扩展程序构建工具",
  "main": "index.js",
  "dependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-uglify": "0.2.2",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-cssmin": "~0.6.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qianshu/chromeplugin"
  },
  "author": "qianshu",
  "license": "MIT",
  "bin": {
    "chromeplugin": "index.js"
  }
}