forked from nanek/node-google-dfp-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "node-google-dfp-wrapper",
"version": "1.3.1",
"description": "Simplifies and promisifies calls to node-google-dfp.",
"main": "index.js",
"scripts": {
"test": "rm -rf local/*Store && mocha tests",
"lint": "eslint .; exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/spanishdict/node-google-dfp-wrapper.git"
},
"keywords": [
"dfp"
],
"author": "Juan Caicedo",
"license": "MIT",
"bugs": {
"url": "https://github.com/spanishdict/node-google-dfp-wrapper/issues"
},
"homepage": "https://github.com/spanishdict/node-google-dfp-wrapper",
"dependencies": {
"bluebird": "3.0.5",
"googleapis": "2.1.7",
"level": "1.6.0",
"lodash": "3.10.1",
"minimist": "1.2.0",
"moment": "2.10.6",
"node-google-dfp": "0.2.1"
},
"devDependencies": {
"replay": "git://github.com/spanishdict/node-replay#f012552fe1b373bc74d59750307f0a2d17c91aa9",
"chai": "3.4.1",
"chai-as-promised": "5.1.0",
"eslint": "1.9.0",
"mocha": "2.3.4"
}
}