-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "research-website",
"version": "0.0.1",
"scripts": {
"start": "node ./bin/www"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aconital/AromaSocial.git"
},
"dependencies": {
"aws-sdk": "^2.3.8",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"formidable": "^1.0.17",
"fs-extra": "^0.30.0",
"helmet": "^2.0.0",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"node-bourbon": "^4.2.8",
"node-linkedin": "^0.5.3",
"node-mandrill": "^1.0.1",
"nodemailer": "^2.3.2",
"parse": "^1.8.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.0.2",
"react-bootstrap": "^0.29.3",
"react-categorized-tag-input": "^2.0.2",
"react-dom": "^15.0.2",
"react-expandable-nav": "^0.1.19",
"react-loading": "0.0.9",
"react-tagsinput": "^3.6.0",
"request": "^2.72.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.6",
"sparkpost": "^1.3.4",
"underscore": "^1.8.3"
}
}