-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
64 lines (64 loc) · 1.54 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "clappr-video360",
"version": "0.1.1",
"description": "360 video plugin for Clappr",
"main": "dist/clappr-video360.min.js",
"babel": {
"presets": [
[
"@babel/env",
{
"modules": false
}
]
],
"env": {
"production": {
"presets": [
"minify"
]
}
},
"plugins": [
"@babel/plugin-external-helpers"
]
},
"dependencies": {
"kaleidoscopejs": "^1.1.1",
"clappr": "0.2.57"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"babel-preset-minify": "^0.5.0",
"rollup": "^0.67.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-strip": "^1.2.0",
"rollup-plugin-uglify": "^6.0.0",
"sinon": "^7.1.1",
"uglify-js": "^3.4.9",
"webpack": "^3.11.0"
},
"scripts": {
"build": "BABEL_ENV=production rollup -c && cat dist/clappr-video360.js | uglifyjs -m -c > dist/clappr-video360.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagopnts/clappr-video360.git"
},
"keywords": [
"clappr",
"360",
"video"
],
"author": "Thiago Pontes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagopnts/clappr-video360/issues"
},
"homepage": "https://github.com/thiagopnts/clappr-video360#readme"
}