-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "screepstourneysite",
"version": "1.0.0",
"description": "The website for the Screeps tourney",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node src/build.js",
"launch": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlyingPiMonster/ScreepsTourneySite.git"
},
"keywords": [
"screeps"
],
"author": "FlyingPiMonster",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/FlyingPiMonster/ScreepsTourneySite/issues"
},
"homepage": "https://github.com/FlyingPiMonster/ScreepsTourneySite#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"fs-promise": "^2.0.2",
"helmet": "^3.5.0",
"lodash": "^4.17.4",
"markdown-it": "^8.3.1",
"material-components-web": "^0.7.0",
"multer": "^1.3.0",
"node-minify": "^2.0.3",
"node-sass": "^4.5.2",
"send": "^0.15.1",
"vhost": "^3.0.2",
"vue": "^2.2.6",
"vue-loader": "^11.3.4",
"vue-material": "^0.7.1",
"vue-router": "^2.4.0",
"vue-template-compiler": "^2.2.6"
},
"devDependencies": {
"live-server": "^1.2.0",
"webpack": "^2.4.1"
}
}