Skip to content
Snippets Groups Projects
package.json 292 B
Newer Older
David Mondou's avatar
David Mondou committed
{
  "name": "iot-gateway-setup",
David Mondou's avatar
David Mondou committed
  "version": "1.0.0",
  "description": "Web-based administration portal for configuring the WiFi on the gateway",
  "main": "server.js",
  "dependencies": {
    "multiparty": "*",
    "shelljs": "*"
  },
  "author": "Intel Corporation",
  "license": "MIT"
}