{
  "name": "iotagent-thinking-things",
  "description": "IoT Agent for Telefonica Thinking Things Closed protocol",
  "version": "0.5.3",
  "homepage": "https://github.com/dmoranj/iotagent-thinking-things",
  "author": {
    "name": "Daniel Moran",
    "email": "daniel.moranjimenez@telefonica.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dmoranj/iotagent-thinking-things.git"
  },
  "bugs": {
    "url": "https://github.com/dmoranj/iotagent-thinking-things/issues"
  },
  "main": "lib/iotagent-thinking-things",
  "bin": {
    "thinkingThingsAgent": "bin/thinkingThingsAgent.js",
    "thinkingThingsClient": "bin/thinkingThingsClient"
  },
  "engines": {
    "node": ">=0.10.8"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "logops": "*",
    "iotagent-node-lib": "0.8.4",
    "underscore": "*",
    "express": "*",
    "body-parser": "*",
    "logops": "*",
    "request": "*",
    "async": "*",
    "node-uuid": "*"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-gjslint": "~0.1.0",
    "grunt": "~0.4.1",
    "mocha": "~1.13.0",
    "grunt-mocha-test": "~0.7.0",
    "chai": "~1.8.0",
    "sinon": "~1.7.3",
    "istanbul": "~0.1.34",
    "grunt-exec": "~0.4.0",
    "grunt-dox": "~0.5.0",
    "grunt-github-pages": "~0.0.3",
    "grunt-plato": "~0.2.0",
    "sinon-chai": "2.4.0",
    "proxyquire": "0.5.1",
    "grunt-mkdir": "~0.1.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-githooks": "~0.3.1",
    "nock": "*",
    "should": "*",
    "timekeeper": "*"
  },
  "keywords": [
    "fiware",
    "iotagent",
    "ngsi",
    "thinking things"
  ]
}
