{
  "name": "component-transformer",
  "version": "0.1.0",
  "description": "a tool to transform component package to spm@3x package",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "component-transformer": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sorrycc/component-transformer"
  },
  "keywords": [
    "component",
    "spm",
    "transformer"
  ],
  "author": "chencheng <sorrycc@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sorrycc/component-transformer/issues"
  },
  "homepage": "https://github.com/sorrycc/component-transformer",
  "dependencies": {
    "async": "^0.8.0",
    "chalk": "^0.4.0",
    "cheerio": "^0.16.0",
    "commander": "^2.2.0",
    "download": "^0.1.15",
    "lodash": "^2.4.1",
    "request": "^2.34.0",
    "spm": "~3.0.0-rc2"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "should": "^3.3.1"
  }
}
