-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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": "clappr-detach-plugin",
"version": "0.0.1",
"description": "A clappr plugin to detach video from screen",
"main": "./dist/clappr-detach-plugin.js",
"scripts": {
"build": "node_modules/.bin/webpack",
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --port 3000 --content-base example/ --hot"
},
"repository": {
"type": "git",
"url": "git@github.com:team-blackbird/clappr-detach-plugin.git"
},
"keywords": [
"plugin",
"detach",
"Player",
"Clappr",
"javascript"
],
"author": "blackbird@corp.globo.com",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "0.23.1",
"html-loader": "0.4.3",
"interact.js": "1.2.6",
"jasmine-node": "^1.14.5",
"node-sass": "3.4.2",
"sass-loader": "3.2.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}