-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.69 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
{
"name": "spacecraft",
"version": "0.0.0",
"description": "Онлайн игра, позволяющяя программировать космический корабль и сражаться с другими пользователями.",
"private": true,
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www",
"preinstall": "sudo npm i -g pm2 && sudo apt-get install mongodb-server && sudo npm install -g bower"
},
"repository": {
"type": "git",
"url": "https://github.com/vladthelittleone/spacecraft.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/vladthelittleone/spacecraft/issues"
},
"homepage": "https://github.com/vladthelittleone/spacecraft",
"dependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.4",
"angular-chart.js": "^1.1.1",
"angular-cookies": "^1.5.8",
"angular-http-auth": "^1.3.0",
"angular-messages": "^1.5.7",
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-layout": "^1.4.2",
"angular-ui-router": "^0.4.2",
"angular-youtube-embed": "^1.3.1",
"async": "^1.5.2",
"body-parser": "~1.13.2",
"cheerio": "^0.22.0",
"co-express": "^2.0.0",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.5",
"csurf": "^1.9.0",
"email-existence": "^0.1.5",
"esprima": "^4.0.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"express-validator": "^3.2.0",
"http-status-codes": "^1.1.6",
"jade": "~1.11.0",
"jointjs": "^0.9.10",
"js-jail": "^0.0.2",
"lodash": "^4.15.0",
"moment": "^2.18.1",
"mongodb": "^2.1.7",
"mongoose": "^4.10.6",
"morgan": "~1.6.1",
"nconf": "^0.8.4",
"nodemailer": "^3.1.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-vkontakte": "^0.3.2",
"serve-favicon": "~2.3.0",
"uuid": "^3.0.1",
"validator": "^5.7.0",
"visibilityjs": "^1.2.3",
"webmail-linker": "^0.1.28",
"winston": "^2.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^12.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.11",
"gulp-concat-css": "^2.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.0.5",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-uncss": "^1.0.4",
"gulp-useref": "^3.0.3",
"vinyl-source-stream": "^1.1.0"
}
}