1 Star 0 Fork 1

chenzhw / qart.js

forked from clattanoia / qart.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lee Sun-Hyoup 提交于 2017-03-07 14:33 . Update version
{
"name": "qartjs",
"version": "1.1.1",
"description": "qart.js merge picture and QR code.",
"keywords": [
"qart",
"qr",
"qrcode"
],
"homepage": "https://github.com/kciter/qart.js",
"bugs": {
"url": "https://github.com/kciter/qart.js/issues",
"email": "kciter@naver.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kciter/qart.js.git"
},
"main": "dist/qart.min.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch"
},
"author": "Lee Sun-Hyoup <kciter@naver.com>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"uglify-js": "^2.7.5",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}
JavaScript
1
https://gitee.com/hoohle/qart.js.git
git@gitee.com:hoohle/qart.js.git
hoohle
qart.js
qart.js
master

搜索帮助