-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 785 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "vuejs-01-basics-worshop",
"version": "1.0.0",
"description": "_A Series to Learn Vue.js from the beginning. Covering basics and moving on up to larger projects. Concluding with a large scale that ties into a backend service.",
"main": "index.js",
"dependencies": {
"vue": "^2.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CollectiveLearning/2017-sena-vuejs-basics-workshop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CollectiveLearning/2017-sena-vuejs-basics-workshop/issues"
},
"homepage": "https://github.com/CollectiveLearning/2017-sena-vuejs-basics-workshop#readme"
}