Skip to content

Instantly share code, notes, and snippets.

@MiniDude22
MiniDude22 / package.json
Last active November 28, 2017 17:18
Vue Brunch
{
"name": "new-package",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"author": "",
"license": "ISC",
(function($){
$.Observe = {}
})(jQuery);
(function($, ns) {
var get = function(origin, target) {
if(!target) {
target = origin;
origin = window.document;
}