-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 720 Bytes
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
{
"name": "privacy-builder",
"version": "1.0.0",
"description": "An open-source and simple privacy policy generator for your website",
"main": "sass/style.sass",
"scripts": {
"css-build": "node-sass --omit-source-map-url sass/style.scss css/bulma.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhoenixR49/privacy-builder.git"
},
"author": "Phoenix_R49",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PhoenixR49/privacy-builder/issues"
},
"homepage": "https://github.com/PhoenixR49/privacy-builder#readme",
"dependencies": {
"@types/node-sass": "^4.11.8",
"bulma": "^1.0.3"
}
}