{
  "name": "slang-js",
  "version": "0.6.1",
  "description": "GetSlang.com JavaScript client for both Node and browser.",
  "repository": {
    "type": "git",
    "url": "https://github.com/slang/slang-js.git"
  },
  "homepage": "https://github.com/slang/slang-js",
  "bugs": "https://github.com/slang/slang-js/issues",
  "author": "Andrés Rojas",
  "license": "MIT",
  "dependencies": {
    "lodash": "^3.8.0"
  },
  "main": "./node/index.js",
  "browser": "./client.js"
}
