You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
708 B
23 lines
708 B
{ |
|
"name": "stay.berryfarmprojects.org.uk", |
|
"version": "1.0.0", |
|
"description": "Website for 'Stay at Berry Farm'", |
|
"main": "", |
|
"dependencies": { |
|
"bulma": "^0.8.0", |
|
"node-sass": "^4.13.0" |
|
}, |
|
"devDependencies": {}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"css-build": "node-sass --omit-source-map-url user/themes/goku/resources/sass/goku.scss user/themes/goku/css-compiled/goku.css", |
|
"css-watch": "npm run css-build -- --watch", |
|
"start": "npm run css-watch" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://git.potassiumsuperoxide.uk/keith/stay.berryfarmprojects.org.uk.git" |
|
}, |
|
"author": "Keith Malcolm", |
|
"license": "MIT" |
|
}
|
|
|