UNPKG

iot-sol

Version:

Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes

54 lines (53 loc) 1.06 kB
{ "author": { "name": "Jonathan Ding", "email": "jonathan.ding@intel.com" }, "contributors": [ { "name": "Jonathan Ding" } ], "name": "hope-base", "homepage": "", "description": "Base libraries of IoT Services Orchestration Layer", "version": "2.0.0", "repository": { "type": "git", "url": "" }, "main": "index.js", "directories": { "lib": "./lib" }, "engines": { "node": ">=0.12" }, "readme": "", "readmeFilename": "README.md", "bugs": { "url": "" }, "scripts": {}, "dependencies": { "MD5": "^1.3.0", "body-parser": "^1.15.0", "chalk": "^1.1.0", "eventemitter3": "^1.1.1", "express": "^4.13.4", "fs-finder": "^1.8.1", "fs.extra": "^1.3.2", "glob": "^6.0.4", "lodash": "^4.6.1", "mute-stream": "0.0.6", "request": "^2.69.0", "server-destroy": "^1.0.1", "socket.io": "^1.4.5", "strip-json-comments": "^2.0.1", "uuid": "^2.0.1" }, "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^5.1.0" } }