{
  "author": "Philippe Coval <rzr@users.sf.net> (https://www.npmjs.com/~rzr)",
  "bugs": {
    "url": "https://github.com/rzr/iotjs-express/issues"
  },
  "description": "Basic reimplementation of Express.js for IoT.js or Node",
  "devDependencies": {
    "eslint": "^7.14.0"
  },
  "homepage": "https://mastodon.social/@rzr/104148998830650482#IotJsExpress#",
  "iotjs": {
    "version": ">=1.0"
  },
  "keywords": [
    "API",
    "REST",
    "RESTful",
    "express",
    "http",
    "httpd",
    "iot",
    "iotjs",
    "iotjs-module",
    "iotjs-supported",
    "mqtt",
    "webservice",
    "WoT"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iotjs-express",
  "repository": {
    "type": "git",
    "url": "https://github.com/rzr/iotjs-express.git"
  },
  "scripts": {
    "lint": "eslint .",
    "start": "node example"
  },
  "version": "0.0.22"
}
