加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peli de Halleux 提交于 2018-02-14 15:57 . 0.19.5
{
"name": "pxt-common-packages",
"version": "0.19.5",
"description": "Microsoft MakeCode (PXT) common packages",
"keywords": [
"MakeCode",
"PXT",
"Adafruit",
"SparkFun"
],
"author": "Microsoft Corporation",
"repository": {
"url": "ssh://git@github.com:Microsoft/pxt-common-packages.git",
"type": "git"
},
"homepage": "https://github.com/microsoft/pxt-common-packages",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"built/common-sim.js",
"built/common-sim.d.ts",
"libs/**/*"
],
"dependencies": {
"pxt-core": "^3.3.0",
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6"
},
"devDependencies": {
"typescript": "2.6.1",
"@types/bluebird": "2.0.33"
},
"targetDependencies": {},
"extraIncludes": [
"inc"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化