-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.12 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.12 KB
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
{
"name": "vue-bootstrap-datetime-picker",
"description": "Use the magical power of VueJS and beauty of Twitter Bootstrap to create a powerful Datetime Picker",
"version": "1.0.4",
"author": "Yarob Al-Taay <eazyserver.net@gmail.com>",
"homepage": "https://github.com/EazyServer/Vue-Bootstrap-Datetime-Picker",
"repository": {
"type": "git",
"url": "https://github.com/EazyServer/Vue-Bootstrap-Datetime-Picker.git"
},
"bugs": {
"url" : "https://github.com/EazyServer/Vue-Bootstrap-Datetime-Picker/issues"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"moment": "^2.18.1",
"vue": "^2.2.1",
"vue-resource": "^1.3.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}