UNPKG

vue-dumper

Version:

vue.js utility for dumping application state

39 lines (38 loc) 889 B
{ "name": "vue-dumper", "version": "1.0.3", "description": "vue.js utility for dumping application state", "main": "dist/index.js", "scripts": { "build": "mkdir -p dist; node_modules/.bin/babel src --out-dir dist/", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chetan/vue-dumper.git" }, "keywords": [ "vue", "vuejs", "vue2", "dump", "debug", "debugging", "error", "troubleshooting", "log", "logging", "console" ], "author": "Chetan Sarva <chetan@pixelcop.net>", "license": "MIT", "bugs": { "url": "https://github.com/chetan/vue-dumper/issues" }, "homepage": "https://github.com/chetan/vue-dumper", "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5" } }