-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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-boilerplate",
"version": "1.0.0",
"description": "A boilerplate for bootstrapping AppleTV apps using atvjs.",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emadalam/appletv-boilerplate.git"
},
"keywords": [
"appletv",
"tvml",
"app",
"tvjs",
"atvjs",
"appletv",
"demo",
"tvmlkit",
"boilerplate"
],
"author": "Emad Alam",
"license": "MIT",
"bugs": {
"url": "https://github.com/emadalam/appletv-boilerplate/issues"
},
"homepage": "https://github.com/emadalam/appletv-boilerplate#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"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": "^2.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"handlebars-loader": "^1.4.0",
"raw-loader": "^0.5.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"atvjs": "^0.2.5",
"handlebars": "^4.0.6"
}
}