pxt-ev3/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

2017-06-29 15:47:26 +01:00
{
"name": "pxt-ev3",
2018-05-03 06:57:18 -07:00
"version": "0.1.39",
2018-04-12 10:33:21 -07:00
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
2017-06-29 15:47:26 +01: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 09:49:47 -08:00
"targetconfig.json",
2017-06-29 15:47:26 +01:00
"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",
2017-12-12 15:24:36 -08:00
"@types/marked": "0.3.0",
2017-12-18 13:04:17 -08:00
"@types/node": "8.0.53",
"webfonts-generator": "^0.4.0"
2017-06-29 15:47:26 +01:00
},
"dependencies": {
2018-05-01 22:05:46 -07:00
"pxt-common-packages": "0.22.1",
2018-05-03 06:54:30 -07:00
"pxt-core": "3.12.17"
2017-06-29 15:47:26 +01:00
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}