forked from flowplayer/flowplayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "flowplayer",
"version": "7.2.6",
"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": "^3.3.7"
},
"dependencies": {}
}