-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "training-buddy",
"version": "0.0.1",
"description": "Application to track your training progress",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/filipows/training-buddy.git"
},
"keywords": [
"training",
"log",
"excercise",
"statistics"
],
"author": "filipows",
"bugs": {
"url": "https://github.com/filipows/training-buddy/issues"
},
"homepage": "https://github.com/filipows/training-buddy#readme",
"scripts": {
"start": "nodemon app",
"build": "cd public && npm run build",
"postinstall": "cd public && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-cli": "^6.4.0",
"babel-loader": "^6.2.3",
"body-parser": "~1.13.2",
"connect-jade-static": "^0.2.2",
"connect-mongo": "^0.8.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-restify-mongoose": "^4.0.1",
"express-session": "^1.11.3",
"jade": "~1.11.0",
"method-override": "^2.3.5",
"mongoose": "^4.1.6",
"morgan": "~1.6.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"serve-favicon": "~2.3.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
},
"devDependencies": {
"pm2": "^1.0.0"
},
"license": "ISC"
}