-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "bn-mentors",
"version": "0.0.2",
"description": "Bloomington-Normal Mentors Website",
"engines": {
"node": ">=5.0"
},
"main": "src/server/index.js",
"scripts": {
"preinstall": "",
"postinstall": "bower install && gulp build",
"start": "nf run gulp server",
"test": "gulp test",
"setup": "npm install -g gulp bower foreman node-inspector",
"debug-command": "node-debug -c -p 8082 index.js",
"debug": "NODE_DEBUG=1 nf run npm run debug-command"
},
"repository": "Beg-in/bn-mentors",
"private": true,
"author": "Brian Jesse <[email protected]> (brianjesse.com)",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/Beg-in/bn-mentors/issues"
},
"homepage": "https://github.com/Beg-in/bn-mentors#readme",
"dependencies": {
"Fritz": "github:beg-in/Fritz",
"gulp-begin": "Beg-in/gulp-begin",
"gulp": "3.9.0",
"handlebars": "4.0.5",
"later": "^1.2.0",
"lodash": "3.10.1",
"marked": "0.3.5",
"nodemailer": "2.0.0",
"nodep": "0.2.3",
"schedulejs": "^0.6.3"
}
}