-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "clipboardgod",
"version": "0.0.1",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ClubeDosGeeksCoding/basel-app.git"
},
"author": "Jayr Alencar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ClubeDosGeeksCoding/basel-app/issues"
},
"homepage": "https://github.com/ClubeDosGeeksCoding/basel-app#readme",
"scripts": {
"start": "electron main.js",
"win32": "electron-packager . myApp --platform=win32 --arch=ia32",
"win64": "electron-packager . myApp --platform=win32 --arch=x64",
"linux32": "electron-packager . myApp --platform=linux --arch=ia32",
"linux64": "electron-packager . myApp --platform=linux --arch=x64",
"osx": "electron-packager . myApp --platform=darwin --arch=x64",
"build": "electron-packager . --all"
},
"devDependencies": {
"angular": "^1.5.1",
"angular-route": "^1.5.1",
"angular-utils-pagination": "^0.11.0",
"basel-cli": "*",
"electron": "^1.4.8"
},
"titel": "clipboardgod",
"database": "database",
"title": "clipboardgod",
"type": "simple",
"dependencies": {
"electron-clipboard-watcher": "^1.0.1",
"md5": "^2.2.1"
}
}