UNPKG

flowplayer

Version:
52 lines (51 loc) 1.31 kB
{ "name": "flowplayer", "version": "7.0.4", "description": "The HTML5 video player for the web", "main": "dist/flowplayer.js", "directories": { "test": "test" }, "scripts": { "test": "mochify ./test/unit/*.js", "test-watch": "mochify -w ./test/unit/*.js", "fixmeprepublish": "make clean && make skin && make min && make flash && make", "testBundle": "browserify -o dist/test-bundle.js test/main.js" }, "repository": { "type": "git", "url": "git://github.com/flowplayer/flowplayer.git" }, "author": "", "license": "GPLv3", "bugs": { "url": "https://github.com/flowplayer/flowplayer/issues" }, "jshintConfig": { "browser": true, "node": true, "strict": true, "newcap": false, "multistr": true }, "devDependencies": { "autoprefixer": "^6.5.4", "bean": "^1.0.15", "brfs": "^1.4.3", "browserify": "^13.1.1", "browserify-derequire": "^0.9.4", "class-list": "~0.1.1", "computed-style": "^0.3.0", "es5-shim": "^4.1.1", "extend-object": "~1.0.0", "ie8": "=0.2.3", "is-function": "~1.0.1", "mochify": "~1.1.2", "node-sass": "^3.10.1", "postcss-cli": "^2.6.0", "postcss-unopacity": "^1.0.1", "scriptjs": "^2.5.7", "uglify-js": "~2.4.3" }, "dependencies": {} }