forked from nader-jw/html5player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 KB
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
{
"author": "Vistar Media <engineering@vistarmedia.com>",
"name": "vistar-html5player",
"description": "An HTML 5 Player for Vistar Media assets.",
"version": "1.6.2",
"homepage": "https://help.vistarmedia.com/hc/en-us/articles/224825127-HTML5-Player",
"repository": {
"type": "git",
"url": "https://github.com/vistarmedia/html5player.git"
},
"main": "lib/index.js",
"files": ["lib"],
"engines": {
"node": "~0.10.x"
},
"scripts": {
"ci:test": "gulp test:xunit",
"test": "gulp test",
"test:watch": "gulp test:watch",
"watch": "gulp watch"
},
"dependencies": {
"ajax": "https://s3.amazonaws.com/js.vistarmedia.com/ajax-8bdec1.tar.gz",
"deferred": "0.7.1",
"honk-di": "1.0.0"
},
"devDependencies": {
"chai": "1.9.x",
"coffee-react": "2.1.x",
"coffee-reactify": "2.x",
"coffee-script": "1.7.x",
"coffeeify": "1.0.0",
"connect": "2.25.7",
"connect-livereload": "0.4.0",
"domino": "1.0.17",
"gulp": "3.8.8",
"gulp-browserify": "0.5.x",
"gulp-cjsx": "2.0.x",
"gulp-coffee": "2.2.0",
"gulp-concat": "2.2.x",
"gulp-less": "1.3.x",
"gulp-livereload": "2.1.0",
"gulp-mocha": "1.1.0",
"gulp-util": "2.2.x",
"mocha": "^1",
"serve-static": "1.5.3",
"sinon": "1.12.2",
"sinon-chai": "2.6.0",
"through2": "0.6.3"
}
}