forked from leandromoreira/clappr-pause-tab-visibility
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 756 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 756 Bytes
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
{
"name": "clappr-pause-tab-visibility",
"version": "1.0.1",
"description": "A clappr plugin to pause/resume when you are in another tab.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:leandromoreira/clappr-pause-tab-visibility.git"
},
"scripts": {
"build": "node_modules/.bin/webpack",
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --content-base public/ --hot",
"release": "node_modules/.bin/webpack -p"
},
"author": "leandro.ribeiro.moreira",
"license": "BSD-3-Clause",
"dependencies": {
"clappr": "latest"
},
"devDependencies": {
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2"
}
}