forked from thiagopnts/clappr-video360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "clappr-video360",
"version": "0.0.5",
"description": "360 video plugin for Clappr",
"main": "dist/clappr-video360.min.js",
"dependencies": {
"kaleidoscopejs": "^1.0.16",
"clappr": "0.2.57"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.0.2",
"rollup-plugin-node-resolve": "^1.7.1",
"rollup-plugin-strip": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "^1.17.3",
"uglify-js": "^2.6.4",
"webpack": "^1.14.0"
},
"scripts": {
"build": "node_modules/.bin/rollup -c",
"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"
}