UNPKG

268 BJavaScriptView Raw
1'use strict';
2
3/*!
4 * Snakeskin
5 * https://github.com/SnakeskinTpl/Snakeskin
6 *
7 * Released under the MIT license
8 * https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE
9 */
10
11module.exports = {
12 'snakeskin': {
13 'compiler': true
14 },
15
16 'snakeskin.live': {}
17};