Advertisement
AviEzerzer

Untitled

Jul 21st, 2020
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.72 KB | None | 0 0
  1. {
  2.   "name": "confusion2",
  3.   "version": "1.0.0",
  4.   "main": "index.html",
  5.   "scripts": {
  6.     "start": "lite-server -c config/lite-server-settings.js",
  7.     "test": "echo \"Error: no test specified\" && exit 1",
  8.     "lite": "lite-server"
  9.   },
  10.   "repository": {
  11.     "type": "git",
  12.     "url": "git+https://github.com/eilon1996/assignment1.git"
  13.   },
  14.   "author": "",
  15.   "license": "ISC",
  16.   "bugs": {
  17.     "url": "https://github.com/eilon1996/assignment1.git"
  18.   },
  19.   "homepage": "https://github.com/eilon1996/assignment1.git#readme",
  20.   "devDependencies": {
  21.     "lite-server": "^2.5.4"
  22.   },
  23.   "dependencies": {
  24.     "bootstrap": "^4.0.0",
  25.     "jquery": "^3.3.1",
  26.     "popper.js": "^1.12.9"
  27.   },
  28.   "description": ""
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement