-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 963 Bytes
/
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
{
"name" : "grunt-rackspace",
"version" : "0.5.7",
"description" : "Grunt tasks for working with the Rackspace Cloud Api",
"keywords" : ["rackspace","cloud","deployment","grunt","build","task","gruntplugin"],
"author" : {
"name" : "Adam Stallard",
"email" : "[email protected]",
"url" : "goalzen.org"
},
"directories" : {
"test" : "test"
},
"dependencies" : {
"request" : "*",
"grunt" : "~0.3"
},
"devDependencies" : {
"vows" : "*"
},
"license" : {
"type" : "MIT",
"url" : "https://github.com/goalzen/grunt-rackspace/blob/master/LICENSE-MIT"
},
"engines" : {
"node" : "*"
},
"scripts" : {
"test" : "grunt --config Gruntfile.js"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/goalzen/grunt-rackspace.git"
},
"bugs" : {
"url" : "https://github.com/goalzen/grunt-rackspace/issues"
},
"homepage" : "https://github.com/goalzen/grunt-rackspace.git"
}