-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·75 lines (75 loc) · 1.89 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "anchor",
"version": "1.0.0",
"description": "A user system API starter",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect -e js,md,html,handlebars,css server.js",
"first-time-setup": "node first-time-setup.js",
"test": "lab -c -L --leaks",
"lint": "lab -dL --leaks",
"lint-fix": "lab -dL --lint-fix",
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
},
"author": "Boston University Software & Application Innovation Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/hicsail/anchor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hicsal/anchor.git"
},
"homepage": "https://github.com/hicsail/anchor#readme",
"engines": {
"node": "8.x.x"
},
"dependencies": {
"adm-zip": "0.4.x",
"archiver": "2.x.x",
"async": "2.x.x",
"bcrypt": "1.x.x",
"boom": "5.x.x",
"child_process": "1.x.x",
"confidence": "3.x.x",
"dotenv": "4.x.x",
"glue": "4.x.x",
"handlebars": "4.x.x",
"hapi": "16.x.x",
"hapi-auth-basic": "4.x.x",
"hapi-auth-cookie": "7.x.x",
"hapi-auth-jwt2": "7.x.x",
"hapi-cron": "0.0.3",
"hicsail-hapi-mongo-models": "6.x.x",
"hicsail-mongo-models": "1.4.x",
"hoek": "4.x.x",
"inert": "4.x.x",
"joi": "10.x.x",
"joi-password-complexity": "2.x.x",
"jsonwebtoken": "8.x.x",
"lout": "10.x.x",
"mongo-models": "1.x.x",
"mongodb": "2.x.x",
"nodemailer": "4.x.x",
"nodemailer-markdown": "1.0.2",
"object-assign": "4.x.x",
"slug": "0.9.x",
"useragent": "2.x.x",
"uuid": "3.x.x",
"vision": "4.x.x",
"visionary": "6.x.x"
},
"devDependencies": {
"code": "4.x.x",
"coveralls": "3.x.x",
"lab": "14.x.x",
"nodemon": "1.x.x",
"npm-run": "^4.1.2",
"pre-commit": "1.x.x",
"promptly": "2.x.x",
"proxyquire": "1.x.x"
},
"pre-commit": [
"lint"
]
}