-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1013 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
39
40
{
"name": "vue-interval",
"version": "0.2.0",
"description": "A vue mixin to use methods as intervals, show times and values in intervals and dynamic interval management",
"main": "VueInterval.js",
"scripts": {
"build": "gulp",
"format": "standard --fix",
"demo": "live-server --open=Demo.html",
"eslint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reinerBa/Vue-Interval.git"
},
"keywords": [
"vuejs",
"interval",
"currenttime",
"countdown"
],
"author": "Reiner Bamberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/reinerBa/Vue-Interval/issues"
},
"homepage": "https://github.com/reinerBa/Vue-Interval#readme",
"peerDependencies": {
"vue": "2.x"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"gulp-tag-content-replace": "0.0.1",
"gulp-uglify": "^2.1.2",
"live-server": "^1.2.1",
"standard": "^12.0.1"
}
}