-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "Fritz",
"version": "0.0.4",
"description": "Fritz Full-Stack Framework",
"engines": {
"node": ">=5.0"
},
"main": "index.js",
"scripts": {
"dev": "nf run gulp dev",
"dev-test": "gulp test",
"changelog": "gulp changelog",
"updatedocs": "gulp docs",
"preversion": "npm run test",
"version": "npm version && npm run changelog && npm run updatedocs",
"postversion": "npm run commit && npm run push",
"commit": "git add .",
"push": "git push",
"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/Fritz",
"author": "beg.in <[email protected]> (beg.in)",
"contributors": [
"Brian Jesse <[email protected]> (brianjesse.com)",
"Cody Sherman <[email protected]> (codysherman.com)",
"Steven Natera <[email protected]> (stevennatera.herokuapp.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Beg-in/Fritz/issues"
},
"homepage": "https://github.com/Beg-in/Fritz#readme",
"dependencies": {
"body-parser": "1.15.2",
"compression": "1.6.2",
"connect-livereload": "0.5.4",
"express": "4.14.0",
"gulp": "3.9.1",
"handlebars": "4.0.5",
"jsonwebtoken": "5.7.0",
"lodash": "4.15.0",
"marked": "0.3.6",
"nodemailer": "2.6.0",
"nodep": "0.2.3",
"pg": "6.1.0",
"scrypt": "6.0.3",
"shortid": "2.2.6",
"throng": "4.0.0",
"tiny-lr": "0.2.1",
"winston": "2.2.0"
},
"devDependencies": {
"gulp": "3.9.1",
"handlebars": "4.0.5",
"gulp-begin": "github:beg-in/gulp-begin"
}
}