-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "steemfounders",
"version": "1.0.0",
"description": "Express tool to create Steem accounts for free",
"main": "app.js",
"dependencies": {
"body-parser": "latest",
"cookie-parser": "latest",
"debug": "latest",
"express": "latest",
"express-sanitize-escape": "latest",
"express-session": "latest",
"morgan": "latest",
"pug": "latest",
"serve-favicon": "latest",
"steem": "latest",
"moment": "latest",
"cron": "latest",
"mongoose": "latest",
"get-urls": "latest",
"is-image": "latest",
"speakingurl": "latest",
"dotenv": "latest",
"express-dynamic-static": "latest",
"bcrypt": "latest",
"nodemailer": "latest",
"nodemailer-mailgun-transport": "latest",
"i18n": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgornicki/steemfounders.git"
},
"author": "",
"license": "ISC"
}