git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-79-npm / mongoose / mongoose@4.0.8.meta.js

195 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp) {
6 return {
7 allow: home(stamp) && (stamp.p !== 'win32'),
8 note: 'requires MongoDB installed'
9 };
10};
11

Built with git-ssb-web