-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "grunt-qiniu-deploy",
"description": "A grunt plugin which to deploy static resources to qiniu.",
"version": "0.1.4",
"homepage": "https://github.com/chenboxiang/grunt-qiniu-deploy",
"author": {
"name": "chenboxiang",
"email": "gozap.chenboxiang@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/chenboxiang/grunt-qiniu-deploy.git"
},
"bugs": {
"url": "https://github.com/chenboxiang/grunt-qiniu-deploy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chenboxiang/grunt-qiniu-deploy/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.0",
"glob": "4.0.0",
"qn": "0.2.2"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.6.5",
"grunt-mocha-test": "0.10.2",
"mocha": "1.19.0",
"should": "3.3.2"
},
"keywords": [
"gruntplugin"
]
}