-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.34 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
{
"name": "appletv-demo",
"version": "1.0.0",
"description": "A demo application for AppleTV using atvjs.",
"main": "index.js",
"scripts": {
"start": "gulp",
"presentation": "gulp presentation --p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emadalam/appletv-demo.git"
},
"keywords": [
"appletv",
"tvml",
"app",
"tvjs",
"atvjs",
"appletv",
"demo",
"tvmlkit"
],
"author": "Emad Alam",
"license": "MIT",
"bugs": {
"url": "https://github.com/emadalam/appletv-demo/issues"
},
"homepage": "https://github.com/emadalam/appletv-demo#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^7.1.3",
"babel-preset-es2015": "^6.18.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-insert": "^0.5.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"handlebars-loader": "^1.4.0",
"raw-loader": "^0.5.1",
"webpack": "^4.0.1",
"webpack-dev-middleware": "^3.0.0",
"webpack-stream": "^4.0.2"
},
"dependencies": {
"atvjs": "^0.2.5",
"handlebars": "^4.0.6"
}
}