-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "clappr-ad-plugin",
"version": "0.0.1",
"description": "Plugin for Clappr for playing advertisements by VAST (preroll only now).",
"main": "index.js",
"scripts": {
"dev": "webpack",
"dist": "webpack -p",
"demo": "http-cli -r ./ -a 0.0.0.0 -p 8090",
"check": "david",
"build": "babel src -d dist --presets es2015",
"watch": "babel src -d dist --presets es2015 -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vix-simplex/clappr-ad-plugin.git"
},
"keywords": [
"clappr",
"vast",
"videoplayer",
"plugin"
],
"author": "vix-simplex <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vix-simplex/clappr-ad-plugin/issues"
},
"homepage": "https://github.com/vix-simplex/clappr-ad-plugin#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.16.0",
"clean-webpack-plugin": "^0.1.13",
"http-cli": "^1.1.0",
"webpack": "^1.13.2"
}
}