-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
62 lines (62 loc) · 1.55 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
{
"name": "atvjs",
"version": "0.2.9",
"description": "Blazing fast Apple TV application development using pure JavaScript.",
"keywords": [
"atvjs",
"appletv",
"tvml",
"tvjs",
"tvos"
],
"main": "dist/atv.js",
"homepage": "http://emadalam.github.io/atvjs",
"scripts": {
"start": "gulp",
"test": "karma start",
"docs": "node_modules/.bin/jsdoc --configure jsdoc.conf.json --verbose"
},
"author": "Emad Alam <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/emadalam/atvjs.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "6.1.21",
"babel-loader": "6.2.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.1.18",
"chai": "3.4.1",
"del": "2.1.0",
"gulp": "^3.9.1",
"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": "^3.0.0",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"jsdoc": "^3.4.3",
"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",
"minami": "^1.2.3",
"mocha": "2.3.4",
"webpack": "1.12.6",
"webpack-dev-middleware": "1.2.0",
"webpack-stream": "2.1.1"
},
"dependencies": {
"lodash": "4.17.11",
"lz-string": "1.4.4",
"pubsub-js": "1.7.0"
}
}