forked from rtgibbons/grunt-cloudfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 985 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 985 Bytes
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
46
47
48
{
"name": "grunt-cloudfiles",
"version": "0.1.0",
"description": "Grunt task to work with Rackspace Cloudfiles",
"repository": {
"type": "git",
"url": "https://github.com/rtgibbons/grunt-cloudfiles.git"
},
"main": "grunt.js",
"keywords": [
"gruntplugin",
"rackspace",
"cloudfiles"
],
"author": "Ryan Gibbons <rtgibbons23@gmail.com>",
"contributors": [
{
"name": "Thomas Welton",
"email": "thomaswelton@me.com"
},
{
"name": "Justin H. Johnson",
"email": "justin.hills.johnson@gmail.com"
},
{
"name": "Manuel Razzari",
"email": "manuel@ultimorender.com.ar"
},
{
"name": "Ken Perkins",
"email": "ken.perkins@rackspace.com"
}
],
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "~0.2.9",
"pkgcloud": "~0.8.3"
},
"devDependencies": {
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
}
}