{
  "name": "node-kpc",
  "version": "0.5.0",
  "description": "build KISSY packages",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/grunt ci"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abc-team/node-kpc"
  },
  "keywords": [
    "KISSY",
    "abc"
  ],
  "author": "maxbbn <qipbbn@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/abc-team/node-kpc/issues"
  },
  "dependencies": {
    "mkdirp": "~0.3.5",
    "esprima": "~1.0.4",
    "escodegen": "0.0.28",
    "glob": "~3.2.7",
    "lodash": "~2.4.1",
    "eswalker": "~0.1.2",
    "minimatch": "~0.2.14"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.1",
    "grunt-mocha-cli": "~1.1.0",
    "grunt-complexity": "~0.1.3",
    "grunt-cli": "~0.1.9",
    "rimraf": "~2.2.5"
  }
}
