forked from emadalam/tvml-catalog-using-atvjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tvml-catalog-using-atvjs",
"version": "1.0.0",
"description": "Port of the original TVML Catalog Sample Code re-written using atvjs framework.",
"main": "web/app/app.js",
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/emadalam/tvml-catalog-using-atvjs.git"
},
"keywords": [
"atvjs",
"tvos",
"tvmlkit",
"tvml",
"tvjs",
"appletv",
"catalog",
"sample"
],
"author": "Emad Alam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emadalam/tvml-catalog-using-atvjs/issues"
},
"homepage": "https://github.com/emadalam/tvml-catalog-using-atvjs#readme",
"devDependencies": {
"babel-core": "6.1.21",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.1.18",
"chai": "3.4.1",
"del": "2.1.0",
"gulp": "3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-insert": "^0.5.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.1.0",
"gulp-size": "2.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"handlebars-loader": "1.1.4",
"karma": "0.13.15",
"karma-chrome-launcher": "0.2.1",
"karma-mocha": "0.2.1",
"karma-mocha-reporter": "1.1.1",
"karma-spec-reporter": "0.0.22",
"karma-webpack": "1.7.0",
"mocha": "2.3.4",
"raw-loader": "^0.5.1",
"webpack": "1.12.6",
"webpack-dev-middleware": "1.2.0",
"webpack-stream": "2.1.1"
},
"dependencies": {
"atvjs": "0.2.2",
"handlebars": "^4.0.5"
}
}