-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.48 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
{
"name": "pocket-tanks",
"version": "1.0.0",
"description": "web-based game for 2 players",
"main": "server.js",
"scripts": {
"build": "gulp",
"start": "babel-node src/server/bin/www --presets es2015,stage-2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tymochko/pocket-tanks.git"
},
"keywords": [
"game",
"node",
"express",
"gulp"
],
"author": "Yuri Tymochko",
"license": "ISC",
"bugs": {
"url": "https://github.com/tymochko/pocket-tanks/issues"
},
"homepage": "https://github.com/tymochko/pocket-tanks#readme",
"dependencies": {
"angular": "1.5.6",
"angular-animate": "1.5.6",
"angular-bootstrap": "0.12.2",
"angular-mocks": "1.5.6",
"angular-resource": "1.5.6",
"angular-route": "1.5.6",
"angular-sanitize": "1.5.7",
"angular-toastr": "1.7.0",
"angular-ui-bootstrap": "1.3.3",
"angularjs-scroll-glue": "2.0.7",
"bcryptjs": "2.3.0",
"body-parser": "1.15.1",
"bootstrap": "3.3.6",
"bootstrap-sass": "3.3.6",
"config": "1.21.0",
"connect-mongo": "1.2.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "4.13.4",
"express-session": "1.14.0",
"fs": "0.0.2",
"mongodb": "2.1.18",
"mongoose": "4.5.0",
"morgan": "~1.6.1",
"multer": "1.1.0",
"ng-file-upload": "12.0.4",
"ng-scroll-glue": "2.0.10",
"nodemailer": "2.4.2",
"paper": "0.9.25",
"serve-favicon": "~2.3.0",
"socket.io": "1.4.6"
},
"devDependencies": {
"angular-translate": "2.11.1",
"babel-cli": "6.11.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-2": "6.13.0",
"babelify": "7.3.0",
"bootstrap": "3.3.6",
"browserify": "13.0.1",
"consolidate": "0.14.1",
"eslint": "3.1.1",
"eslint-html-reporter": "0.5.2",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-babel": "6.1.2",
"gulp-browserify": "0.5.1",
"gulp-concat": "2.6.0",
"gulp-eslint": "3.0.1",
"gulp-inject": "4.1.0",
"gulp-karma": "0.0.5",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "1.6.0",
"jasmine-core": "2.4.1",
"karma": "1.1.1",
"karma-browserify": "5.0.5",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.0",
"karma-htmlfile-reporter": "0.3.4",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.1",
"swig": "1.4.2",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
}
}