forked from jwplayer/jwplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jwplayer",
"version": "6.11.0",
"description": "The JW Player is free for non-commerical use. To buy a license for commercial use, please visit \r http://www.jwplayer.com/pricing/",
"repository": {
"type": "git",
"url": "https://github.com/jwplayer/jwplayer.git"
},
"homepage": "https://github.com/jwplayer/jwplayer",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"load-grunt-tasks": "~0.1.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-text-replace": "^0.3.11"
}
}