-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (47 loc) · 1.05 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
{
"name": "NyachanServer",
"version": "0.0.1",
"description": "Nyachan Glorious Server -- Or maybe not so glorious",
"engines": {
"node": "4.5.0"
},
"main": "NyachanServer/RestAPI.js",
"scripts": {
"sass": "node-sass sass/ -o css/",
"start": "node NyachanServer/server.js"
},
"dependencies": {
"angular-recaptcha": "^4.0.3",
"body-parser": "1.5.x",
"express": "4.x",
"mongodb": "3.x",
"mongoose": "5.7.6",
"node-sass": "4.14.1",
"dropbox": "2.5.2",
"formidable":"1.1.1",
"request":"*",
"lwip": "*",
"passport": "0.3.2",
"passport-local": "1.0.0",
"express-session": "1.15.2",
"bcrypt-nodejs": "0.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/BeholderDEV/NyaChan"
},
"keywords": [
"node",
"heroku",
"express",
"mongodb",
"ImageBoard"
],
"standard": {
"globals": ["$", "FormData", "XMLHttpRequest","next", "angular", "alert", "location", "Blob", "FileReader"],
"ignore": [
"/lib/"
]
},
"license": "MIT"
}