pxt-calliope/package.json

40 lines
816 B
JSON
Raw Permalink Normal View History

2016-03-10 14:01:04 -08:00
{
2016-09-26 15:05:06 -07:00
"name": "pxt-calliope",
2016-12-08 16:38:10 -08:00
"version": "0.5.96",
2016-09-26 15:05:06 -07:00
"description": "calliope target for PXT",
2016-05-09 14:13:15 -07:00
"keywords": [
"JavaScript",
"education",
"microbit"
],
"repository": {
"type": "git",
2016-09-26 15:05:06 -07:00
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
2016-05-09 14:13:15 -07:00
},
"author": "",
"license": "MIT",
2016-09-26 15:05:06 -07:00
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
2016-05-09 14:13:15 -07:00
"files": [
"README.md",
"pxtarget.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"built/hexcache",
2016-05-09 14:13:15 -07:00
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
2016-05-09 14:13:15 -07:00
],
2016-11-10 14:15:55 -08:00
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
2016-05-09 14:13:15 -07:00
"devDependencies": {
2016-11-11 10:56:45 -08:00
"typescript": "^1.8.7",
2016-10-20 20:14:25 -07:00
"less": "^2.6.0",
2016-10-20 20:16:52 -07:00
"semantic-ui-less": "^2.2.4"
2016-11-11 10:56:45 -08:00
},
"dependencies": {
2016-12-08 14:24:09 -08:00
"pxt-core": "0.5.96"
2016-05-09 14:13:15 -07:00
}
2016-11-10 14:22:00 -08:00
}