forked from washingtonpost/ArcAds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "arcads",
"version": "1.1.1",
"description": "ArcAds is a DFP wrapper created by Arc Publishing with publishers in mind.",
"main": "dist/arcads.js",
"scripts": {
"test": "jest --config jest.config.js --no-cache",
"build": "rm -rf dist && webpack --env.production",
"dev": "rm -rf dist && webpack --env.development --watch",
"docs": "rm -rf docs && ./node_modules/.bin/esdoc && open docs/index.html",
"debug": "node debugging.js",
"mock": "webpack-dev-server --progress --hot --inline && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/washingtonpost/arcads.git"
},
"keywords": [
"ads",
"advertisements",
"dfp",
"gpt",
"prebid",
"amazon",
"headerbidding",
"hb"
],
"author": "Arc",
"license": "MIT",
"bugs": {
"url": "https://github.com/washingtonpost/arcads/issues"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.37",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"jest": "^22.0.4",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"promise-polyfill": "^8.0.0"
},
"homepage": "https://github.com/washingtonpost/arcads#readme"
}