forked from BluPoint-io/smarttv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "smarttv-framework",
"version": "0.5.1",
"description": "SmartTV Framework",
"main": "dist/smarttv-framework.js",
"author": {
"name": "Serdar AGLAMIS",
"email": "serdaraglamis@gmail.com"
},
"license": "MIT",
"scripts": {
"build": "webpack --mode=dev",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "karma start karma.conf.js --single-run",
"cover": "open coverage/lcov-report/index.html",
"eslint": "eslint src --ext .js",
"eslint:fix": "eslint src .js --fix",
"eslint:test": "eslint -c test/.eslintrc test --ext .js",
"doc": "yuidoc src/ -o ghpages/src/generated -t ghpages/yuidoctheme"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.16.0",
"es-module-loader": "^2.1.5",
"eslint": "^3.13.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "1.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.9.0",
"grunt": "^1.0.1",
"grunt-sonar-runner": "^2.4.8",
"isparta": "^4.0.0",
"isparta-loader": "^2.0.0",
"jsdoc": "^3.4.3",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"mocha": "3.1.2",
"phantomjs-prebuilt": "^2.1.3",
"webpack": "1.13.2",
"webpack-merge": "^0.14.1",
"yargs": "6.0.0",
"yuidocjs": "^0.10.2"
},
"dependencies": {
"axios": "0.17.0",
"smarttv-device-recognizer": "^1.0.0",
"smarttv-ui-controller": "0.0.24"
}
}