-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.41 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
{
"name": "not.us",
"version": "1.9.1",
"description": "Take notes, real quick.",
"main": "Notus.js",
"keywords": [
"notes",
"api",
"notus",
"express",
"rethinkdb",
"rethink",
"mongo"
],
"homepage": "https://notus.cf",
"bugs": {
"url": "https://github.com/OnlyTwentyCharacters/Notus/issues",
"email": "[email protected]"
},
"dependencies": {
"async": "^2.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-session": "^1.15.2",
"jsonwebtoken": "^7.4.0",
"mongoose": "^4.9.9",
"morgan": "^1.8.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"rethinkdb": "^2.3.3",
"rethinkdbdash": "^2.3.28",
"semistandard": "^11.0.0",
"simplemde": "^1.11.2",
"sync-request": "^4.0.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"semistandard": "*"
},
"semistandard": {
"ignore": [
"/views/assets/simplemde"
]
},
"scripts": {
"start": "node Notus.js",
"test": "semistandard"
},
"author": "OnlyTwentyCharacters",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OnlyTwentyCharacters/Notus.git"
}
}