-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "keeptron",
"version": "0.0.4",
"description": "Desktop Application for Google Keep",
"main": "main.js",
"scripts": {
"start": "electron .",
"release-osx": "electron-packager . --out=dist/osx --platform=darwin --arch=x64 --icon=assets/icon.icns Keeptron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"keep",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/ArturSkowronski/keeptron/issues"
},
"homepage": "https://github.com/ArturSkowronski/keeptron",
"devDependencies": {
"electron-packager": "8.5.1",
"eslint": "3.15.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"gulp": "3.9.1",
"gulp-electron-packer": "0.0.2",
"gulp-eslint": "3.0.1",
"gulp-watch": "4.3.11",
"mocha": "3.2.0"
},
"dependencies": {
"auto-launch": "5.0.1",
"babel-eslint": "7.1.1",
"chai": "3.5.0",
"electron": "^1.3.4",
"electron-debug": "1.0.1",
"electron-is-dev": "0.1.2",
"electron-localshortcut": "1.0.0",
"electron-open-link-in-browser": "1.0.2",
"electron-packager": "8.5.1",
"menubar": "5.1.0",
"mocha": "3.2.0",
"proxyquire": "1.7.11",
"sinon": "1.17.7",
"winston": "2.3.1"
}
}