UNPKG

clappr-video360

Version:
65 lines (64 loc) 1.58 kB
{ "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 <github@thiago.me>", "license": "MIT", "bugs": { "url": "https://github.com/thiagopnts/clappr-video360/issues" }, "homepage": "https://github.com/thiagopnts/clappr-video360#readme" }