-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 818 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 818 Bytes
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
{
"name": "LeagueTournament",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha --ui bdd --reporter list -- test/*.js"
},
"dependencies": {
"async": "~0.9.0",
"aws-sdk": "*",
"bunyan": "~0.23.1",
"config": "~1.0.2",
"express": "~4.2.0",
"formidable": "~1.0.15",
"joi": "5.x.x",
"js-yaml": "^3.5.1",
"lodash": "~3.7.0",
"static-favicon": "~1.0.0",
"vogels": "^2.2.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.6.0",
"grunt-express-server": "~0.4.19",
"grunt-karma": "~0.4.3",
"grunt-mocha-test": "~0.12.0",
"matchdep": "~0.1.2",
"mocha": "~1.20.0"
},
"readme": "See readme.md",
"readmeFilename": "readme.md",
"engine": [
"node >= v0.10.0"
]
}