pxt-calliope/package.json
Peli de Halleux 252cd68892 2.0.2
2019-11-15 06:14:59 -08:00

43 lines
884 B
JSON

{
"name": "pxt-calliope",
"version": "2.0.2",
"description": "Calliope Mini editor for PXT",
"keywords": [
"JavaScript",
"education",
"microbit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
"files": [
"README.md",
"pxtarget.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"built/hexcache",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
],
"devDependencies": {
"typescript": "^1.8.7",
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6",
"less": "2.7.3",
"semantic-ui-less": "2.2.14"
},
"dependencies": {
"pxt-core": "0.19.20"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}