-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
38 lines (38 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "vuejs-countdown",
"version": "0.2.1",
"description": "A simple countdown timer component for vue js 2.0",
"main": "dist/vuejs-countdown.js",
"repository": {
"type": "git",
"url": "https://github.com/getanwar/vuejs-countdown.git"
},
"keywords": [
"Countdown",
"timer",
"vue countdown"
],
"bugs": {
"url": "https://github.com/getanwar/vuejs-countdown/issues"
},
"author": "Anwar H.",
"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"
}
}