pxt-raspberypi
Version:
sample target for PXT
39 lines (38 loc) • 818 B
JSON
{
"name": "pxt-raspberypi",
"version": "2.0.2",
"description": "sample target for PXT",
"keywords": [
"JavaScript",
"education",
"PXT"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gormantec/pxt-raspberypi.git"
},
"author": "Gorman Technology",
"license": "MIT",
"homepage": "https://github.com/gormantec/pxt-raspberypi#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/**"
],
"devDependencies": {
"typescript": "2.6.1",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53"
},
"dependencies": {
"pxt-core": "5.*"
}
}