-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 820 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
26
27
28
29
30
31
32
33
{
"name": "curriculo-expresso",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"scss": "node-sass -w scss -o public/styles/css",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://brubrielegauge@bitbucket.org/brubrielegauge/curriculo-expresso.git"
},
"author": "",
"license": "ISC",
"homepage": "https://brubriele.github.io",
"dependencies": {
"aos": "^2.3.4",
"ejs": "^3.1.5",
"express": "^4.17.1",
"gh-pages": "^3.1.0",
"http-errors": "^1.8.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"node-sass": "^4.14.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}