-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 975 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 975 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
27
28
29
30
{
"name": "swing-and-jive-hive",
"version": "1.0.0",
"description": "This website demonstrates the technologies used throughout stream 1 showing front end development",
"keywords": [
"HTML",
"BOOTSTRAP",
"CSS",
"JS"
],
"homepage": "https://github.com/GunnerJnr/stream-one-final-project#readme",
"bugs": {
"url": "https://github.com/GunnerJnr/stream-one-final-project/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GunnerJnr/stream-one-final-project.git"
},
"license": "MIT",
"author": "David Gunner (Jnr)",
"type": "commonjs", "main": "index.html", "scripts": {
"start": "cd Band-Project && http-server -c-1 -p 8080",
"dev": "cd Band-Project && live-server --entry-file=index.html --port=8080",
"build": "echo 'Project is ready for deployment - copy Band-Project folder contents to your web server'",
"test": "jasmine"
},
"devDependencies": {
"jasmine": "^5.1.0"
}
}