-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.38 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
{
"name": "clappr-airplay-plugin",
"version": "0.0.1",
"description": "AirPlay support for Clappr",
"main": "dist/clappr-airplay-plugin.js",
"engines": {
"node": ">=4.0.0",
"yarn": ">=0.27.1"
},
"scripts": {
"build": "node_modules/.bin/webpack --progress",
"release": "node_modules/.bin/webpack --progress -d --optimize-minimize --optimize-dedupe --output-filename clappr-airplay-plugin.min.js",
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --content-base public/ --output-public-path /latest --hot",
"watch": "node_modules/.bin/webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/towerz/clappr-airplay-plugin.git"
},
"keywords": [
"clappr",
"plugin",
"airplay",
"safari"
],
"author": "Bruno Torres <me@brunotorr.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/towerz/clappr-airplay-plugin/issues"
},
"homepage": "https://github.com/towerz/clappr-airplay-plugin#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"clappr": "^0.2.59",
"clean-webpack-plugin": "^0.1.9",
"svg-inline-loader": "^0.6.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}