mirror of
https://github.com/sstent/node.git
synced 2026-01-27 15:41:43 +00:00
12 lines
170 B
JavaScript
12 lines
170 B
JavaScript
// Generated by CoffeeScript 1.3.2
|
|
(function() {
|
|
|
|
module.exports = {
|
|
saucelabs: {
|
|
username: '<USERNAME>',
|
|
accessKey: '<KEY>'
|
|
}
|
|
};
|
|
|
|
}).call(this);
|