pxt-ev3/package.json

55 lines
1.2 KiB
JSON

{
"name": "pxt-ev3",
"version": "1.4.0",
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
"private": false,
"keywords": [
"JavaScript",
"education",
"LEGO",
"EV3",
"pxt",
"MakeCode",
"Microsoft"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-ev3.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-ev3#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
],
"devDependencies": {
"typescript": "2.6.1",
"react": "16.8.3",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/marked": "0.3.0",
"@types/node": "8.0.53",
"webfonts-generator": "^0.4.0",
"@types/jquery": "3.2.16",
"@types/react": "16.0.25",
"@types/react-dom": "16.0.3",
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "6.16.7",
"pxt-core": "5.25.6"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}