countdown-vue
Version:
A simple countdown timer component for vue js 2.0
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "countdown-vue",
"version": "1.1.5",
"description": "A simple countdown timer component for vue js 2.0",
"main": "dist/vuejs-countdown.js",
"repository": {
"type": "git",
"url": "https://github.com/rvehall/countdown-vue.git"
},
"keywords": [
"Countdown",
"timer",
"vue countdown"
],
"bugs": {
"url": "https://github.com/rvehall/countdown-vue/issues"
},
"author": "Anwar H., rvehall",
"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/countdown-vue.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",
"js-yaml": ">=3.13.1",
"mem": ">=4.0.0"
}
}