This repository was archived by the owner on Jun 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "@gamedistribution.com/tunnl-sdk",
"version": "1.0.0",
"author": "Tunnl.com",
"description": "Tunnl.com Advertisement SDK",
"url": "https://tunnl.com",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"doc": "https://github.com/GameDistribution/TUNNL-SDK/wiki"
},
"repository": {
"type": "git",
"url": "git@github.com:GameDistribution/TUNNL-SDK.git"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-preset-es2015": "^6.6.0",
"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"
},
"engines": {
"node": ">=6.0.0"
}
}