pxt-ev3/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2017-06-29 16:47:26 +02:00
{
"name": "pxt-ev3",
2018-02-13 20:26:41 +01:00
"version": "0.0.99",
2017-06-29 16:47:26 +02:00
"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",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
],
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
"devDependencies": {
"typescript": "2.6.1",
2017-06-29 16:47:26 +02:00
"less": "^2.6.0",
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6",
"semantic-ui-less": "^2.2.4",
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
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": {
"pxt-common-packages": "0.19.1",
"pxt-core": "3.4.1"
2017-06-29 16:47:26 +02:00
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}