-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 938 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
34
35
36
37
38
39
{
"name": "draftstone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set NODE_ENV=production && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seantayler/draftstone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seantayler/draftstone/issues"
},
"homepage": "https://github.com/seantayler/draftstone#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"connect-session-knex": "^1.4.0",
"cors": "^2.8.5",
"deckstrings": "^2.0.0",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"knex": "^0.15.2",
"moment": "^2.22.2",
"nodemailer": "^4.6.8",
"pg": "^7.5.0",
"uuid": "^3.3.2"
}
}