{
  "name": "yscode",
  "version": "1.3.1",
  "description": "yscode",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "node test/test"
  },
  "keywords": [
    "yscode"
  ],
  "author": "merry",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^0.22.0",
    "superagent": "^2.2.0"
  },
  "devDependencies": {
    "babel-runtime": "^6.20.0",
    "babel-preset-es2015": "^6.14.0"
  }
}