-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "@gamedistribution.com/gd-embed-game",
"version": "1.2.2",
"author": "GameDistribution.com",
"description": "GameDistribution.com Embed Game",
"url": "https://gamedistribution.com",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"doc": "https://github.com/GameDistribution/gd-embed-game/wiki"
},
"repository": {
"type": "git",
"url": "[email protected]:GameDistribution/gd-embed-game.git"
},
"dependencies": {
"@bygd/gd-sdk-era": "^0.3.6",
"es6-promise": "^4.1.1",
"screenfull": "^3.3.3",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-preset-env": "^1.6.1",
"babelify": "^7.2.0",
"eslint": "^4.7.0",
"eslint-config-google": "^0.9.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-google-cloud": "^1.0.7"
},
"engines": {
"node": ">= 10.15.0",
"npm": ">= 6.6.0"
}
}