@wangding/grunt-qiniu-qupload
Version:
a grunt plugin which can upload assets to qiniu.
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "@wangding/grunt-qiniu-qupload",
"description": "a grunt plugin which can upload assets to qiniu.",
"version": "0.2.1",
"homepage": "https://github.com/wangding/grunt-qiniu-qupload",
"author": {
"name": "wangding",
"email": "408542507@qq.com"
},
"repository": {
"type": "git",
"url": "git://github.com/wangding/grunt-qiniu-qupload.git"
},
"bugs": {
"url": "https://github.com/wangding/grunt-qiniu-qupload/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wangding/grunt-qiniu-qupload/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"qiniu upload",
"qiniu"
],
"dependencies": {
"qiniu": "^6.1.8"
}
}