{
  "name": "anysdk",
  "version": "0.0.1",
  "description": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },  
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/randyliu/AnySDK.git"
  },
  "bin": {
    "anysdk": "./bin/anysdk"
  },
  "main": "./lib/anysdk",
  "engines": {
    "node": ">= 0.12.0"
  },
  "keywords": [
    "anysdk"
  ],
  "author": "Randy Liu <randyliu@foxmail.com>",
  "license": "MIT",
  "dependencies": {
    "co" : "4.6.0",
    "co-fs" : "1.2.0",
    "posix-getopt" : "1.2.0",
    "iconv-lite" : "0.4.13"
  }
}
