UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

20 lines (19 loc) 305 B
module.exports = { type: 'web-module', npm: { esModules: true, umd: { global: 'InstrumentJS', externals: {} } }, karma: { browsers: ['Chrome'], plugins: [ require('karma-chrome-launcher') ], extra: { browserNoActivityTimeout: 100000 } } }