2 Star 0 Fork 0

mirrors_cocos-creator/windows-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Wang Nan 提交于 2016-04-20 16:01 . bump ver to 2.2.1
{
"name": "creator-winstaller",
"version": "2.2.1",
"description": "Module to generate Windows installers for Electron apps",
"main": "./lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/electronjs/windows-installer"
},
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run test && npm run compile",
"lint": "eslint src & eslint spec",
"test": "npm run lint && ava",
"tdd": "ava --watch"
},
"dependencies": {
"creator-asar": "cocos-creator/creator-asar",
"bluebird": "^3.3.4",
"debug": "^2.2.0",
"fs-extra": "^0.26.7",
"lodash.template": "^4.2.2",
"temp": "^0.8.3"
},
"devDependencies": {
"ava": "^0.13.0",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-async-to-module-method": "^6.7.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015-node4": "^2.0.3",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"eslint": "^2.4.0"
},
"engines": {
"node": ">=0.4.0"
},
"babel": {
"presets": [
"stage-0",
"es2015-node4"
],
"plugins": [
[
"transform-async-to-module-method",
{
"module": "bluebird",
"method": "coroutine"
}
]
]
},
"ava": {
"files": [
"spec/*.js"
],
"failFast": true,
"require": [
"babel-register"
],
"babel": "inherit"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_cocos-creator/windows-installer.git
[email protected]:mirrors_cocos-creator/windows-installer.git
mirrors_cocos-creator
windows-installer
windows-installer
master

搜索帮助