-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.01 KB
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
26
27
28
29
30
{
"name": "project-faith",
"version": "1.0.0",
"description": "Faith is a mental health community application created by Brandon Castillo where individuals can browse articles on mental health issues and ask questions while receiving input from other users in the community.",
"main": "sass/mystyles.scss",
"dependencies": {
"bootstrap": "^4.3.1",
"moment": "^2.24.0"
},
"devDependencies": {
"bulma": "^0.7.4",
"node-sass": "^4.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url ./sass/mystyles.scss static/css/mystyles.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonmcastillo/Project-Faith.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brandonmcastillo/Project-Faith/issues"
},
"homepage": "https://github.com/brandonmcastillo/Project-Faith#readme"
}