-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
45 lines (45 loc) · 989 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
43
44
45
{
"name": "node-google-dfp",
"version": "0.3.2",
"description": "Google DFP API Helper Library for NodeJS",
"main": "index.js",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-jasmine-node": "^0.3.1",
"grunt-contrib-jshint": "^2.1.0",
"jasmine-node": "^3.0.0"
},
"dependencies": {
"google-auth-library": "^1.3.2",
"soap": "^0.29.0"
},
"scripts": {
"test": "grunt all"
},
"author": "ShinyAds",
"contributors": [
{
"name": "Andre de Souza",
"email": "[email protected]"
},
{
"name": "Gregory Pike",
"email": "[email protected]"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/rubicon-project/node-google-dfp.git"
},
"bugs": {
"url": "https://github.com/rubicon-project/node-google-dfp/issues"
},
"homepage": "https://github.com/rubicon-project/node-google-dfp",
"keywords": [
"Google",
"DFP",
"DoubleClick",
"adserver"
]
}