-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.97 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "zdalniacy.pl",
"version": "0.0.2",
"description": "Zdalaniacy.pl web project",
"main": "index.js",
"dependencies": {
"koa": "~0.14.0",
"koa-compose": "^2.3.0",
"koa-logger": "^1.2.2",
"koa-router": "^3.4.0",
"koa-static": "^1.4.7",
"ejs": "^2.0.8",
"less": "^2.2.0",
"co-views": "^0.2.0",
"koa-mount": "~1.3.0",
"mongoose": "~3.8.17",
"koa-passport": "~1.1.0",
"passport-github": "~0.1.5",
"koa-generic-session": "~1.5.0",
"lodash": "~2.4.1",
"q": "~2.0.2",
"validator": "~3.27.0",
"moment": "~2.9.0",
"speakingurl": "~0.13.1",
"nodemailer": "~1.3.0",
"co-body": "~1.0.0",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"co": "*",
"mocha": "*",
"should": "*",
"supertest": "*",
"coveralls": "*",
"codeclimate-test-reporter": "~0.0.4",
"istanbul": "git://github.com/gotwarlost/istanbul#harmony",
"jshint": "^2.5.6",
"gulp": "~3.8.8",
"gulp-util": "~3.0.1",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "~2.0.0",
"bower": "~1.3.12",
"chance": "*",
"chai": "~1.10.0"
},
"engines": {
"node": ">= 0.11.9"
},
"files": [
"index.js",
"server"
],
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"test": "mocha --harmony --recursive -R spec ./test",
"coverage": "node --harmony node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec ./test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"codeclimate": "cat ./coverage/lcov.info | codeclimate",
"cleancoverage": "rm -R ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/zdalniacy/zdalniacy.pl"
},
"keywords": [
"zdalniacy",
"koa",
"node-devel"
],
"authors": [
"Piotr Kościelniak",
"Kamil Gałuszka"
],
"license": "GPLv2",
"bugs": {
"url": "https://github.com/zdalniacy/zdalniacy.pl/issues"
},
"homepage": "https://github.com/zdalniacy/zdalniacy.pl"
}