2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "pxt-ev3",
|
2018-07-18 20:35:43 +02:00
|
|
|
"version": "0.4.3",
|
2018-04-12 19:33:21 +02:00
|
|
|
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
|
2017-06-29 16:47:26 +02:00
|
|
|
"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",
|
2018-02-14 18:49:47 +01:00
|
|
|
"targetconfig.json",
|
2017-06-29 16:47:26 +02:00
|
|
|
"built/*.js",
|
|
|
|
"built/*.json",
|
|
|
|
"built/*.d.ts",
|
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
|
|
|
"docs/*/*/*.md"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2017-12-12 01:55:00 +01:00
|
|
|
"typescript": "2.6.1",
|
2018-03-19 21:42:15 +01:00
|
|
|
"semantic-ui-less": "2.2.14",
|
2017-12-12 01:55:00 +01:00
|
|
|
"@types/bluebird": "2.0.33",
|
2017-12-13 00:24:36 +01:00
|
|
|
"@types/marked": "0.3.0",
|
2017-12-18 22:04:17 +01:00
|
|
|
"@types/node": "8.0.53",
|
|
|
|
"webfonts-generator": "^0.4.0"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-19 01:31:40 +02:00
|
|
|
"pxt-common-packages": "0.23.54",
|
2018-07-13 19:57:35 +02:00
|
|
|
"pxt-core": "3.21.7"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
|
|
|
}
|
|
|
|
}
|