iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
42 lines (41 loc) • 735 B
JSON
{
"author": {
"name": "Jonathan Ding",
"email": "jonathan.ding@intel.com"
},
"contributors": [
{
"name": "Jonathan Ding"
}
],
"name": "hope-hub",
"homepage": "",
"description": "Service Hub 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": {
"commander": "^2.8.1",
"eventemitter3": "^1.1.1",
"lodash": "^4.6.1"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0"
}
}