-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 905 Bytes
/
package.json
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": "the-space-travel-website",
"version": "1.0.0",
"description": "The sleek mult-page space travel website. This is responsive site featuring a homepage, buttons, a navigation bar, tabs, keyboard navigation and underline, dot and number indicators.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel ./src/index.html",
"build": "parcel build ./src/index.html --no-source-maps --public-url ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvgenyWas/The-space-travel-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EvgenyWas/The-space-travel-website/issues"
},
"homepage": "https://github.com/EvgenyWas/The-space-travel-website#readme",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"sass": "^1.51.0"
}
}