-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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": "@improvedigital.com/improve-out-stream",
"version": "1.0.0",
"author": "Improve Digital",
"description": "Improve Digital out-stream SDK.",
"url": "https://improvedigital.com",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"doc": "https://github.com/gamedistribution/improve-out-stream/wiki"
},
"repository": {
"type": "git",
"url": "[email protected]:gamedistribution/improve-out-stream.git"
},
"dependencies": {
"es6-promise": "^4.1.1",
"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.4.0"
}
}