-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (23 loc) · 802 Bytes
/
package.json
File metadata and controls
24 lines (23 loc) · 802 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
{
"author": "Mark Armendariz <src@enobrev.com> (http://enobrev.com/)",
"name": "knoxed-up",
"description": "Knox (S3 Library) wrapper to simplify a few things",
"version": "0.0.3",
"homepage": "http://enobrev.com/",
"repository": {
"type": "git",
"url": "http://github.com/FastSociety/node-knoxed-up.git"
},
"main" : "./knoxed-up",
"dependencies": {
"xml2js": ">=0.2.0",
"async": ">=0.1.15",
"knox": ">=0.4.1",
"fs-extended": "git://github.com/FastSociety/node-fs-extended.git",
"syslog-console": "git://github.com/FastSociety/node-syslog-console.git"
},
"devDependencies": {
"nodeunit": ">=0.7.4",
"longjohn": "*"
}
}