UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

8 lines (6 loc) 231 B
var path = require('path'); module.exports.root = path.resolve(__dirname, 'template'); module.exports.pluginXMLPath = path.resolve(__dirname, 'template', 'plugin.xml'); module.exports.files = [ 'windows/src/%NAMEProxy.js' ];