vuejs-countdown-remake
Version:
A simple countdown timer component for vue js 2.0
39 lines (38 loc) • 998 B
JSON
{
"name": "vuejs-countdown-remake",
"version": "0.2.2",
"description": "A simple countdown timer component for vue js 2.0",
"main": "dist/vuejs-countdown.js",
"repository": {
"type": "git",
"url": "https://github.com/Ovinsyah/vuejs-countdown.git"
},
"keywords": [
"Countdown",
"timer",
"vue countdown"
],
"bugs": {
"url": "https://github.com/getanwar/vuejs-countdown/issues"
},
"author": "Ovinsyah Al Bayhaqy",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"prepare": "npm run build"
},
"files": [
"dist/vuejs-countdown.js"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.8.1"
}
}