pxt-ev3/package.json
Peli de Halleux 21be8a5021 1.0.1
2018-09-19 16:09:35 -07:00

49 lines
1.0 KiB
JSON

{
"name": "pxt-ev3",
"version": "1.0.1",
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
"private": true,
"keywords": [
"JavaScript",
"education",
"lego",
"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",
"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"
},
"dependencies": {
"pxt-common-packages": "0.23.55",
"pxt-core": "4.0.1"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}