-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.26 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "taaskly",
"version": "0.0.1",
"description": "A sample app for Workplace demonstrating account linking, link previewing and composer integration.",
"engines": {
"node": "8.x.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js"
},
"dependencies": {
"base64url": "^2.0.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-https-redirect": "^1.0.0",
"express-session": "^1.15.6",
"heroku-logger": "^0.3.0",
"html-pdf": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"node-env-file": "^0.1.8",
"node-random-name": "^1.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"sequelize": "^4.32.7",
"url": "^0.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jokr/taaskly.git"
},
"license": "MIT",
"author": "Joel Krebs <[email protected]>",
"bugs": {
"url": "https://github.com/jokr/taaskly/issues"
},
"homepage": "https://github.com/jokr/taaskly#readme",
"devDependencies": {
"nodemon": "^1.17.2",
"sqlite": "^2.9.1"
}
}