forked from globocom/clappr-detach-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
45
46
47
48
49
50
51
52
{
"name": "@globocom/clappr-detach-plugin",
"version": "0.4.11",
"description": "A Clappr plugin to detach the video",
"main": "./dist/clappr-detach-plugin.js",
"scripts": {
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --watch",
"lint": "eslint --fix --ext .js ./src",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:globocom/clappr-detach-plugin.git"
},
"keywords": [
"plugin",
"detach",
"Player",
"Clappr"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "7.2.3",
"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",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"html-loader": "0.4.3",
"interact.js": "1.2.6",
"lodash.assign": "^4.2.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"babel": {
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"babel-plugin-add-module-exports"
]
},
"publishConfig": {
"access": "public"
}
}