-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.26 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
{
"name": "werewolf",
"version": "0.0.1",
"description": "online video-able werewolf game (creation for HACKATHON RENAISSANCE)",
"main": "index.js",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development && nodemon index.dev.js",
"b": "./node_modules/.bin/babel-node"
},
"author": "wolf-berry",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.5.2",
"babel-runtime": "^6.9.2",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.4.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-vue": "^0.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-util": "^3.0.7",
"nodemon": "^1.9.2",
"normalize-css": "^2.3.1",
"run-sequence": "^1.2.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"url-loader": "^0.5.7",
"vue": "^1.0.16",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.0",
"vue-loader": "^8.1.4",
"vue-router": "^0.7.11",
"vue-style-loader": "^1.0.0",
"vuex": "^0.8.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"bunyan": "^1.8.1",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"express-mysql-session": "^0.4.1",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"knex": "^0.11.5",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"superagent": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolf-berry/Werewolf.git"
}
}