-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "yodle",
"version": "0.0.8",
"scripts": {
"start": "node server.js",
"test": "node ./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha"
},
"bin": {
"yodle": "cli.js"
},
"description": "(alpha, invite only) Yeti likes snowballs. turkeylegs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/shovelandsandbox/yodle.git"
},
"author": "giuseppe mancone",
"license": "ISC",
"bugs": {
"url": "https://github.com/shovelandsandbox/yodle/issues"
},
"homepage": "https://github.com/shovelandsandbox/yodle#readme",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"cors": "^2.7.1",
"debug": "^2.2.0",
"express": "^4.13.3",
"glob": "^5.0.3",
"jsonwebtoken": "^5.5.4",
"method-override": "^2.3.0",
"mocha": "^2.3.3",
"mongodb": "^2.0.49",
"mongoose": "^4.1.8",
"morgan": "^1.6.1",
"promise": "^7.0.4",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"swagger-express-mw": "0.0.4",
"tingodb": "^0.4.2",
"yamljs": "^0.2.4"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.1.1",
"coveralls": "^2.11.4",
"istanbul": "0.3.21"
}
}