-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 783 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 783 Bytes
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
{
"name": "vue-cli-template-dev-server",
"version": "1.0.1",
"description": "development server for vue.js custom template projects",
"bin": "bin/server.sh",
"files": [
"bin/server.sh"
],
"main": "index.js",
"scripts": {
"release": "bin/release.sh",
"patch": "npm version patch && npm run release",
"minor": "npm version minor && npm run release",
"major": "npm version major && npm run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eliranmal/vue-cli-template-dev-server.git"
},
"author": "Eliran Malka",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/eliranmal/vue-cli-template-dev-server/issues"
},
"homepage": "https://github.com/eliranmal/vue-cli-template-dev-server#readme"
}