-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 866 Bytes
/
package.json
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
{
"name": "cypherpunk-university",
"version": "1.0.0",
"description": "To start app, pm2 start ~/apps/cypherpunk-university/bin/www",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower cache clean && bower install",
"dev": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JWWeatherman/cypherpunk-university.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JWWeatherman/cypherpunk-university/issues"
},
"homepage": "https://github.com/JWWeatherman/cypherpunk-university#readme",
"dependencies": {
"bower": "^1.8.14",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"node-sass-middleware": "^1.0.1",
"nodemon": "^2.0.20"
}
}