IoT-For-Beginners/package.json

29 строки
624 B
JSON

{
"name": "iot-for-beginners",
"version": "1.0.0",
"description": "IoT for Beginners - A Curriculum",
"main": "index.js",
"scripts": {
"convert": "node_modules/.bin/docsify-to-pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/IoT-For-Beginners.git"
},
"keywords": [
"iot",
"dev",
"development",
"curriculum"
],
"author": "Jim Bennett and team",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/IoT-For-Beginners/issues"
},
"homepage": "https://github.com/microsoft/IoT-For-Beginners#readme",
"devDependencies": {
"docsify-to-pdf": "0.0.5"
}
}