-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "sickbeard-tvos",
"version": "0.0.1",
"description": "Sickbeard for tvOS",
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/hamishtaplin/sickbeard-tvos"
},
"author": "Hamish Taplin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emadalam/tvml-catalog-using-atvjs/issues"
},
"homepage": "https://github.com/hamishtaplin/sickbeard-tvos/issues",
"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"
}
}