The privacy policy of my website.
https://fwdekker.com/privacy/
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.
30 lines
856 B
30 lines
856 B
{ |
|
"name": "privacy-policy", |
|
"version": "1.2.0", |
|
"description": "The privacy policy of my website", |
|
"author": "Felix W. Dekker", |
|
"browser": "dist/bundle.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "git@git.fwdekker.com:FWDekker/privacy-policy.git" |
|
}, |
|
"private": true, |
|
"scripts": { |
|
"clean": "grunt clean", |
|
"dev": "grunt dev", |
|
"dev:server": "grunt dev:server", |
|
"deploy": "grunt deploy" |
|
}, |
|
"devDependencies": { |
|
"grunt": "^1.3.0", |
|
"grunt-cli": "^1.4.2", |
|
"grunt-contrib-clean": "^2.0.0", |
|
"grunt-contrib-copy": "^1.0.0", |
|
"grunt-contrib-watch": "^1.1.0", |
|
"grunt-focus": "^1.0.0", |
|
"grunt-text-replace": "^0.4.0", |
|
"grunt-webpack": "^4.0.2", |
|
"webpack": "^5.33.2", |
|
"webpack-cli": "^4.6.0" |
|
} |
|
}
|
|
|