forked from flowplayer/flowplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "flowplayer",
"version": "6.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 skins && 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": {
"bean": "^1.0.15",
"beefy": "~2.1.1",
"brfs": "^1.2.0",
"browserify": "^8.1.1",
"browserify-derequire": "^0.9.4",
"class-list": "~0.1.1",
"computed-style": "^0.3.0",
"es5-shim": "^4.1.1",
"exorcist": "^0.1.6",
"extend-object": "~1.0.0",
"ie8": "=0.2.3",
"is-function": "~1.0.1",
"is-object": "^1.0.1",
"mocha": "~1.21.4",
"mochify": "~1.1.2",
"phantomjs": "^1.9.12",
"scriptjs": "^2.5.7",
"stylus": "~0.40.3",
"uglify-js": "~2.4.3"
}
}