-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (48 loc) · 1.14 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": "catan-client",
"version": "0.1.5",
"description": "Settlers of Catan Client Implementation",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"license": "MIT",
"devDependencies": {
},
"dependencies": {
"babelify": "^6.1.2",
"browser-sync": "^2.2.1",
"browserify": "^8.1.3",
"exorcist": "^0.4.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.3",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0",
"bson-objectid": "^1.1.1",
"es6-promise": "^2.3.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"pixi": "git+https://github.com/pixijs/pixi.js.git",
"react": "^0.13.3",
"react-router": "^0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ozthekoder/catan-client.git"
},
"keywords": [
"settlers",
"catan",
"game",
"strategy",
"board",
"client"
],
"author": "Osman Ozdemir <[email protected]>",
"bugs": {
"url": "https://github.com/ozthekoder/catan-client/issues"
},
"homepage": "https://github.com/ozthekoder/catan-client#readme"
}