-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 1.74 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vpaid-ad",
"version": "4.0.5",
"description": "VPAID ad class for extending purposes.",
"main": "lib/index.js",
"scripts": {
"lint": "standard",
"babel": "./node_modules/.bin/babel -d lib src",
"build": "npm run lint && npm run babel && webpack --mode=production",
"test": "cross-env NODE_ENV=test karma start",
"coveralls": "cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kahwee/vpaid-ad.git"
},
"author": "KahWee Teng <t@kw.sg>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kahwee/vpaid-ad/issues"
},
"homepage": "https://github.com/kahwee/vpaid-ad#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"html-loader": "^0.5.5",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"standard": "^12.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"standard": {
"ignore": ["scripts/**", "dist/**", "build/**", "coverage/**", "lib/**"],
"env": ["mocha"],
"globals": ["parent", "expect"]
},
"keywords": [
"ad",
"ads",
"adtech",
"advertisement",
"advertising",
"debugging",
"flash",
"iab",
"ima",
"unit",
"vast",
"vast",
"vpaid"
],
"dependencies": {
"tiny-emitter": "^2.0.2"
},
"false": {}
}