forked from gielcobben/caption
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.96 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "caption",
"productName": "Caption",
"version": "1.2.1",
"description": "Find the right subtitles. Easy.",
"main": "main.js",
"scripts": {
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --compilers js:babel-register --recursive --require ./test/setup.js test/**/*.spec.js",
"test-watch": "npm test -- --watch",
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --compilers js:babel-register --require ./test/setup.js ./test/e2e.js",
"lint": "eslint --format=node_modules/eslint-formatter-pretty app test *.js",
"hot-server": "cross-env NODE_ENV=development node -r babel-register server.js",
"build-main": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
"build-renderer": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.production.js --progress --profile --colors",
"build": "npm run build-main && npm run build-renderer",
"start": "cross-env NODE_ENV=production electron ./",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./main.development",
"package": "npm run build && cross-env NODE_ENV=production node -r babel-register -r babel-polyfill package.js && npm run sign && npm run create-dmg",
"package-all": "npm run package -- --all",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
"cleanup": "mop -v",
"sign": "electron-osx-sign ./release/darwin-x64/Caption-darwin-x64/Caption.app",
"create-dmg": "create-dmg ./release/darwin-x64/Caption-darwin-x64/Caption.app"
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gielcobben/Caption.git"
},
"author": {
"name": "Giel Cobben",
"email": "g.cobben@gmail.com",
"url": "https://github.com/gielcobben"
},
"license": "MIT",
"keywords": [
"electron",
"react",
"react-router",
"webpack",
"react-hot",
"subtitles",
"download"
],
"homepage": "https://getcaption.co/",
"devDependencies": {
"asar": "^0.12.3",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-tcomb": "^0.3.17",
"babel-plugin-webpack-loaders": "^0.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"boiler-room-custodian": "^0.4.2",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"cross-env": "^3.1.1",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "^1.4.12",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^8.1.0",
"electron-rebuild": "^1.2.1",
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-formatter-pretty": "^1.0.0",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-flowtype-errors": "^1.3.1",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-mocha": "^4.6.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.3.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"jsdom": "^9.6.0",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^3.1.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.10.1",
"react-addons-test-utils": "^15.3.2",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",
"spectron": "^3.4.0",
"style-loader": "^0.13.1",
"tcomb": "^3.2.15",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.9"
},
"dependencies": {
"addic7ed-api": "^1.3.2",
"adm-zip": "^0.4.7",
"async": "^2.1.5",
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"css-modules-require-hook": "^4.0.5",
"electron-debug": "^1.0.1",
"electron-json-storage": "^2.0.3",
"electron-lets-move": "0.0.4",
"electron-window-state": "^4.1.0",
"fbjs-scripts": "^0.7.1",
"install": "^0.8.2",
"junk": "^2.0.0",
"npm": "^3.10.9",
"opensubtitles-api": "^4.0.0-rc1",
"postcss": "^5.2.4",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-router": "^2.8.1",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"source-map-support": "^0.4.3",
"subtitler": "^2.6.0",
"unused-filename": "^0.1.0"
},
"devEngines": {
"node": "4.x || 5.x || 6.x",
"npm": "3.x"
}
}