forked from AlbertoWhite/GuarantSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 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
32
33
34
35
36
{
"name": "guarantsystem",
"version": "1.0.0",
"description": "winter comptech project",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.4",
"mongoose": "^5.4.7",
"nunjucks": "^3.1.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"session": "^0.1.0"
},
"devDependencies": {
"gulp-nodemon": "^2.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/app.js",
"testrpc": "node ./web3/index.js",
"compile": "truffle compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbertoWhite/GuarantSystem.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbertoWhite/GuarantSystem/issues"
},
"homepage": "https://github.com/AlbertoWhite/GuarantSystem#readme"
}