当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇宙无敌美少女 提交于 2019-06-05 12:20 . Solving safety problems.
{
"name": "epg",
"version": "1.0.0",
"description": "Javascript plug-in for CTC STB.",
"main": "build/Epg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"plug-in",
"epg"
],
"author": "Ian Lew",
"repository": {
"type": "git",
"url": "https://github.com/IanLew/epg"
},
"license": "MIT",
"devDependencies": {
"amdclean": "^2.7.0",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化