sudheesh001/loklak-node

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "loklak-node",
  "version": "0.0.1",
  "description": "Node wrapper for the loklak server API",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sudheesh001/loklak_api_node.git"
  },
  "keywords": [
    "loklak",
    "tweets",
    "twitter",
    "search",
    "p2p"
  ],
  "author": "Sudheesh Singanamalla <sudheesh95@gmail.com> (http://www.sudheesh.info/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sudheesh001/loklak_api_node/issues"
  },
  "homepage": "https://github.com/loklak/loklak_api_node",
  "devDependencies": {
    "mocha": "^2.3.4",
    "chai": "^3.4.1"
  },
  "dependencies": {
    "request": "^2.67.0",
    "request-json": "^0.5.3"
  }
}