{
  "name": "iot-rest-api-server",
  "version": "0.7.0",
  "description": "REST API Server for IoT",
  "repository": "https://github.com/01org/iot-rest-api-server",
  "main": "index.js",
  "scripts": {
    "start": "bin/iot-rest-api-server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Sakari Poussa",
  "license": "Apache-2.0",
  "dependencies": {
    "iotivity-node": "^1.3.1-1"
  },
  "bin": {
    "iot-rest-api-server": "bin/iot-rest-api-server.js"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-nodemon": "^2.0.3"
  }
}
