UNPKG
iced
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Simple backup tool that uses node to talk to Amazon Glacier
demands/node-iced
iced
/
lib
/
config.js
12 lines
(9 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// Generated by CoffeeScript 1.6.3
var
pkg; pkg =
require
(
'../package.json'
);
module
.
exports
=
require
(
'rc'
)(pkg.
name
, {
endpoint
:
null
,
aws_access_key
:
null
,
aws_access_key_id
:
null
,
aws_region
:
null
});