-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "openvv-html",
"version": "1.0.0",
"description": "OpenVV project to provide viewability data and API to HTML5 based video",
"main": "dist/openvv.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InteractiveAdvertisingBureau/openvv-html"
},
"keywords": [
"viewability",
"advertising"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InteractiveAdvertisingBureau/openvv-html/issues"
},
"homepage": "https://github.com/InteractiveAdvertisingBureau/openvv-html#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"intersection-observer": "^0.3.2"
},
"dependencies": {
"vpaid-generic": "git://github.com/jdreetz/vpaid-generic.git",
"array-find": "^1.0.0"
}
}