website/Website/package.json

18 lines
367 B
JSON

{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-less": "^4.0.1"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Robert Marshall",
"license": "ISC",
"private": true
}