-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.91 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.91 KB
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
{
"name": "acserver_manager",
"version": "0.0.0",
"description": "manage assetto corsa dedicated servers",
"main": "server.js",
"browser": {
"vue-strap": "vue-strap/dist/vue-strap.min.js",
"socket.io-client": "./node_modules/socket.io-client/socket.io.js",
"api": "./app/assets/scripts/api.js",
"util/config": "./app/assets/scripts/util/config.js"
},
"browserify-shim": {},
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"cat-facts": "^1.0.2",
"compression": "^1.6.1",
"config": "^1.19.0",
"cookie-parser": "^1.4.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fs-extra": "^0.26.4",
"highlight.js": "^9.1.0",
"ini": "^1.3.4",
"jade": "^1.11.0",
"json-parse-helpfulerror": "^1.0.3",
"lodash": "^4.0.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"node-uncompress": "^0.1.8",
"passport": "^0.3.2",
"pg": "^4.4.4",
"pg-hstore": "^2.3.2",
"prompt": "^0.2.14",
"readdirp": "^2.0.0",
"sequelize": "^3.19.1",
"serve-favicon": "^2.3.0",
"shelljs": "^0.6.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"systeminformation": "^2.0.1",
"url-validator": "^2.0.3",
"vue": "^1.0.15",
"vue-async-data": "^1.0.2",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.10",
"vue-strap": "^1.0.0",
"vue-validator": "^2.0.0-alpha.16",
"vueify": "^8.3.5",
"wget-improved": "^1.3.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"partialify": "^3.1.5",
"run-sequence": "^1.2.1",
"should": "^8.2.1",
"through2": "^2.0.0",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vue-hot-reload-api": "^1.3.2",
"vueify-insert-css": "^1.0.0",
"yaml": "^0.2.3"
},
"scripts": {
"postinstall": "$(which node) $(pwd)/bin/acserver_update.js",
"test": "$(which gulp) test",
"server": "export NODE_ENV=development && $(which node) $(pwd)/bin/digitalocean_metadata.js && $(which gulp) up",
"server:local": "export NODE_ENV=development && $(which gulp) up",
"db:seed": "$(which gulp) seed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TylerBre/acserver_manager.git"
},
"author": "Tyler Breland",
"license": "ISC",
"bugs": {
"url": "https://github.com/TylerBre/acserver_manager/issues"
},
"homepage": "https://github.com/TylerBre/acserver_manager#readme"
}