-
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) · 921 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 921 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": "m5-album-collection-team-groupies",
"version": "1.0.0",
"description": "[Album Collection Requirements](https://wecancodeit-materials.netlify.app/exercises/mastery/album-collection-api-csharp-trim/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-cli serve --mode development --content-base docs/ --open Chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2021-Spring-Cohort/m5-album-collection-team-groupies.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/2021-Spring-Cohort/m5-album-collection-team-groupies/issues"
},
"homepage": "https://github.com/2021-Spring-Cohort/m5-album-collection-team-groupies#readme",
"devDependencies": {
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}