-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "braggers",
"version": "1.0.0",
"description": "One Project For The First Edition Of Axway's Node.js Training",
"scripts": {
"cli": "node tools/cli/cli.js",
"express": "node deployment/express",
"auth": "node tools/authentication/app.js",
"test": "node test/example",
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pltod2/braggers.git"
},
"keywords": [
"social-nework",
"full-stack",
"javascript",
"awesome"
],
"author": "Braggers Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/pltod2/braggers/issues"
},
"homepage": "https://github.com/pltod2/braggers#readme",
"dependencies": {
"@slack/client": "3.6.1",
"body-parser": "1.15.2",
"chalk": "1.1.3",
"clear": "0.0.1",
"commander": "2.9.0",
"cors": "2.8.1",
"draft-js": "0.9.1",
"draft-js-emoji-plugin": "^2.0.0-beta7",
"draft-js-mention-plugin": "2.0.0-beta7",
"draft-js-plugins-editor": "2.0.0-beta7",
"draft-js-side-toolbar-plugin": "2.0.0-beta7",
"draft-js-sticker-plugin": "^2.0.0-beta7",
"draftjs-md-converter": "0.1.0",
"express": "4.14.0",
"figlet": "1.2.0",
"flexboxgrid": "6.3.1",
"font-awesome": "4.7.0",
"install": "0.8.2",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.2",
"lokijs": "1.4.1",
"milligram": "^1.2.0",
"next": "1.1.2",
"normalize.css": "5.0.0",
"npm": "4.0.2",
"object-assign": "4.1.0",
"octonode": "0.7.6",
"react-markdown": "2.4.2",
"cookie-parser": "1.4.3",
"express-session": "1.14.2",
"nodemailer": "2.6.4",
"nodemailer-smtp-transport": "2.7.2",
"passwordless": "1.1.2",
"passwordless-lokijsstore": "1.0.1"
},
"devDependencies": {}
}