forked from flowplayer/flowplayer-thumbnails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 876 Bytes
/
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
{
"name": "flowplayer-thumbnails",
"version": "0.1.1",
"description": "Flowplayer thumbnails plugin",
"main": "flowplayer.thumbnails.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jslint --edition=latest --devel flowplayer.thumbnails.js",
"min": "uglifyjs -m -c --comments '/Flowplayer Drive Oy/' -o dist/flowplayer.thumbnails.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/flowplayer/flowplayer-thumbnails"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/flowplayer/flowplayer-thumbnails/issues"
},
"homepage": "https://github.com/flowplayer/flowplayer-thumbnails",
"peerDependencies": {
"flowplayer": "^6.0.3"
},
"devDependencies": {
"jslint": "^0.9.5",
"uglifyjs": "^2.4.10"
},
"jshintConfig": {
"undef": true
}
}