-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 996 Bytes
/
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
{
"name": "clappr-pip",
"version": "0.2.0",
"description": "Clappr plugin for adding OS-based picture-in-picture support.",
"main": "dist/clappr-pip.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "./node_modules/.bin/webpack --progress",
"release": "./node_modules/.bin/webpack -p --mode production --progress --output dist/clappr-pip.min.js",
"watch": "./node_modules/.bin/webpack --watch",
"test": "echo 'No tests configured'; exit 0"
},
"author": "Bruno Torres <[email protected]>",
"license": "BSD-3-Clause",
"repository": "github:towerz/clappr-pip",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"promise-polyfill": "^8.1.0",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}