55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "pxt-ev3",
|
|
"version": "0.0.102",
|
|
"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"
|
|
],
|
|
"main": "built/pxtrequire.js",
|
|
"typings": "built/pxtrequire.d.ts",
|
|
"devDependencies": {
|
|
"typescript": "2.6.1",
|
|
"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",
|
|
"@types/marked": "0.3.0",
|
|
"@types/node": "8.0.53",
|
|
"webfonts-generator": "^0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"pxt-common-packages": "0.19.5",
|
|
"pxt-core": "3.4.5"
|
|
},
|
|
"scripts": {
|
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
|
}
|
|
}
|