pxt-calliope/package.json

45 lines
955 B
JSON
Raw Permalink Normal View History

2016-03-10 23:01:04 +01:00
{
2016-09-27 00:05:06 +02:00
"name": "pxt-calliope",
2018-04-04 17:59:37 +02:00
"version": "1.0.23",
2017-01-23 02:15:54 +01:00
"description": "Calliope Mini editor for PXT",
2016-05-09 23:13:15 +02:00
"keywords": [
"JavaScript",
"education",
"microbit"
],
"repository": {
"type": "git",
2016-09-27 00:05:06 +02:00
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
2016-05-09 23:13:15 +02:00
},
"author": "",
"license": "MIT",
2016-09-27 00:05:06 +02:00
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
2016-05-09 23:13:15 +02:00
"files": [
"README.md",
"pxtarget.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"built/hexcache",
2016-05-09 23:13:15 +02:00
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
2016-05-09 23:13:15 +02:00
],
2016-11-10 23:15:55 +01:00
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
2016-05-09 23:13:15 +02:00
"devDependencies": {
2016-11-11 19:56:45 +01:00
"typescript": "^1.8.7",
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6",
2018-03-30 00:07:15 +02:00
"less": "2.7.3",
"semantic-ui-less": "2.2.14"
2016-11-11 19:56:45 +01:00
},
"dependencies": {
2018-04-04 17:54:49 +02:00
"pxt-core": "0.18.2"
2017-02-04 01:19:22 +01:00
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
2016-05-09 23:13:15 +02:00
}
2016-11-10 23:22:00 +01:00
}