UNPKG

livyl-date-select

Version:
31 lines (30 loc) 791 B
{ "name": "livyl-date-select", "version": "0.1.15", "description": "Example vue Plugin Date, month, select", "main": "dist/main.js", "scripts": { "build": "browserify index.js -t babelify --outfile dist/main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nipeharefa/livyl-date-select.git" }, "keywords": [ "vue-date" ], "author": "Nipe Setiawan Harefa", "license": "ISC", "bugs": { "url": "https://github.com/nipeharefa/livyl-date-select/issues" }, "homepage": "https://github.com/nipeharefa/livyl-date-select#readme", "devDependencies": { "babel-preset-es2015": "^6.13.2", "babelify": "^7.3.0" }, "dependencies": { "moment": "^2.14.1" } }