forked from nanek/example-dfp-line-item-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 809 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
{
"name": "example-line-item-generator",
"version": "0.2.0",
"description": "Example code to show how to generate line items in DFP",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"style": "npm run lint"
},
"author": "Juan Caicedo <[email protected]>",
"license": "MIT",
"dependencies": {
"node-google-dfp-wrapper": "1.2.1",
"bluebird": "2.9.26",
"debug": "2.2.0",
"diff": "1.4.0",
"ent": "2.2.0",
"googleapis": "2.0.4",
"html-validator": "0.0.8",
"level": "1.2.0",
"lodash": "3.9.3",
"minimist": "1.1.1",
"mkdirp-then": "1.0.1",
"moment": "2.10.3",
"progress": "1.1.8"
},
"devDependencies": {
"chai": "3.1.0",
"eslint": "0.22.1",
"mocha": "2.2.5",
"sinon": "1.15.4"
}
}