-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
42 lines (42 loc) · 851 Bytes
/
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
{
"name": "google-ad-manager-api",
"version": "1.0.3",
"description": "",
"scripts": {
"compile": "tsc -p .",
"prepare": "npm run compile"
},
"author": {
"name": "Oz Weiss",
"email": "thewizarodofoz@gmail.com"
},
"license": "Apache-2.0",
"dependencies": {
"soap": "0.36.0"
},
"files": [
"README.md",
"build/src",
"package.json"
],
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"repository": {
"type": "git",
"url": "https://github.com/thewizarodofoz/google-ad-manager-api.git"
},
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"devDependencies": {
"@types/bluebird": "3.5.23",
"@types/node": "10.5.8",
"@types/request": "^2.48.5",
"@types/sax": "^1.2.1",
"typescript": "3.0.1"
}
}