UNPKG

vue-autolink

Version:

Auto-link url and images in Vue components

40 lines (39 loc) 950 B
{ "name": "vue-autolink", "version": "0.0.11", "description": "Auto-link url and images in Vue components", "main": "index.js", "scripts": { "test": "echo 'lol'", "build": "babel src --out-dir ./ && rm app.js", "build:demo": "webpack --config webpack.config.demo.js", "watch:demo": "webpack --config webpack.config.demo.js --watch" }, "repository": { "type": "git", "url": "git+https://github.com/egoist/vue-autolink.git" }, "keywords": [ "vue", "auto", "link", "url", "image" ], "author": "EGOIST", "license": "MIT", "bugs": { "url": "https://github.com/egoist/vue-autolink/issues" }, "homepage": "https://github.com/egoist/vue-autolink#readme", "devDependencies": { "babel-cli": "^6.2.0", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.1.18", "vue": "^1.0.10", "webpack": "^1.12.9" }, "dependencies": { "autolink.js": "^0.0.54" } }