-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.17 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "auto-calendar",
"version": "1.0.22",
"description": "datepicker component for vue",
"main": "src/calendar.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src"
],
"keywords": [
"datepicker",
"vue",
"date",
"calendar"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lerhxx/vue-datepicker.git"
},
"author": "xuehuan",
"license": "ISC",
"bugs": {
"url": "https://github.com/lerhxx/vue-datepicker/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/lerhxx/vue-datepicker#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-runtime": "^6.22.0",
"css-loader": "^0.26.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"vue": "^2.1.10",
"vue-hot-reload-api": "^2.0.8",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.3.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1"
},
"dependencies": {}
}