-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
101 lines (101 loc) · 2.76 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "diplomacy",
"version": "0.0.6",
"main": "server/server.js",
"dependencies": {
"async": "1.5.2",
"bluebird": "3.4.6",
"body-parser": "1.15.2",
"bookshelf": "0.10.2",
"bookshelf-camelcase": "1.1.4",
"easy-pbkdf2": "github:hinderberg/easy-pbkdf2",
"email-templates": "2.3.0",
"express": "4.14.0",
"express.oi": "0.0.21",
"glob": "6.0.1",
"handlebars": "4.0.5",
"jsonwebtoken": "7.1.6",
"knex": "0.12.5",
"kue": "0.11.1",
"lodash": "4.16.2",
"moment": "2.14.1",
"nconf": "0.8.4",
"nodemailer": "2.3.0",
"nodemailer-sendgrid-transport": "0.2.0",
"passport": "0.3.2",
"passport-local": "~1.0.0",
"pg": "6.1.0",
"pluralize": "3.0.0",
"require-tree": "1.1.1",
"socket.io": "1.4.8",
"socketio-jwt": "4.5.0",
"trueskill": "0.0.2",
"winston": "2.2.0"
},
"devDependencies": {
"body-parser": "1.5.2",
"browserify": "13.0.0",
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"chai-jquery": "2.0.0",
"dir-glob": "^1.1.0",
"eslint": "3.5.0",
"eslint-config-semistandard": "7.0.0",
"eslint-config-standard": "6.0.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.0",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-htmlmin": "2.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-express-server": "0.5.3",
"grunt-karma": "2.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-ng-annotate": "2.0.2",
"grunt-ng-constant": "2.0.1",
"grunt-open": "~0.2.3",
"grunt-preprocess": "5.1.0",
"grunt-rev": "~0.1.0",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "3.0.1",
"istanbul": "0.4.2",
"jit-grunt": "0.10.0",
"karma": "1.3.0",
"karma-browserify": "5.1.0",
"karma-chai": "0.1.0",
"karma-chai-as-promised": "0.1.2",
"karma-chai-jquery": "1.0.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "~0.1.3",
"karma-jquery": "^0.1.0",
"karma-mocha": "1.1.1",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.1",
"karma-sinon": "1.0.5",
"mocha": "3.0.2",
"open": "~0.0.4",
"phantomjs-prebuilt": "2.1.12",
"rewire": "2.5.1",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"sinon-stub-promise": "1.1.0",
"watchify": "3.7.0"
},
"engines": {
"node": "~6.3.0"
},
"scripts": {
"start": "node server/app.js",
"test": "grunt test"
},
"private": false
}