-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"name": "rackspace-shared-utils",
"author": "Rackspace US, Inc.",
"contributors": [
"Tomaz Muraus <tomaz.muraus@rackspace.com>",
"Russell Haering <russell.haering@rackspace.com>",
"Paul Querna <pquerna@apache.org>",
"Dan Di Spaltro <daniel.dispaltro@rackspace.com>",
"Gary Dusbabek <gdusbabek@gmail.com>",
"Justin Gallardo <justin.gallardo@rackspace.com>"
],
"version": "0.1.25",
"homepage": "https://github.com/racker/node-rackspace-shared-utils",
"repository": {
"type": "git",
"url": "git://github.com/racker/node-rackspace-shared-utils.git"
},
"main": "lib/index.js",
"directories": {
"lib": "lib",
"bin": "bin"
},
"dependencies": {
"async": "0.1.18",
"sprintf": "0.1.1",
"terminal": ">= 0.1.3",
"logmagic": ">= 0.1.4"
},
"devDependencies": {
"jshint": "0.5.9",
"whiskey": "0.6.9",
"express": "2.5.9"
},
"scripts": {
"lint": "./scripts/lint.sh",
"test": "./scripts/tests.sh"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}