forked from gameontext/sample-room-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "GameOn",
"version": "1.0.0",
"description": "GameOn! room implemented in Swift",
"main": "./client/app/gameOnSwift.js",
"engines": {
"node": ">=4.7.0"
},
"dependencies": {
"angular": "^1.6.2",
"bootstrap": "^3.3.7",
"css-loader": "^0.27.3",
"sass-loader": "^6.0.2",
"style-loader": "^0.14.1",
"tether": "^1.4.0",
"websocket": "^1.0.23"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"browser-sync": "^2.18.8",
"eslint": "^3.18.0",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gameontext/sample-room-swift.git"
},
"keywords": [
"swift",
"sample"
],
"author": "Jennie Oliver",
"license": "ISC",
"bugs": {
"url": "https://github.com/gameontext/sample-room-swift/issues"
},
"homepage": "https://github.com/gameontext/sample-room-swift#readme"
}