-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 Bytes
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
{
"name": "Weastie.com",
"version": "1.0.0",
"description": "Ryan Weast's personal site",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Weast",
"license": "GPL-3.0-or-later",
"dependencies": {
"assert": "^1.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"combijson": "^1.1.1",
"compression": "^1.6.2",
"express": "^4.15.2",
"express-ipn": "^1.0.3",
"express-session": "^1.15.4",
"formidable": "^1.1.1",
"jimp": "^0.2.28",
"json-reader": "^1.0.7",
"mongodb": "^2.2.24",
"mv": "^2.1.1",
"pug": "^2.0.0-beta11",
"request": "^2.81.0"
},
"repository": {
"type": "git",
"url": "git://github.com/Weastie/weastie"
}
}