-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "autor",
"version": "0.0.1",
"description": "An Automatic Folder watcher and Catagorizer",
"main": "index.js",
"scripts": {
"test": "electron .",
"build": "electron-packager . Autor --platform=dawrin --arch=x64 --icon=icon.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkbhadeshiya/Autor.git"
},
"keywords": [
"Autor",
"Catagorizer"
],
"author": "Dhruman Bhadeshiya <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dkbhadeshiya/Autor/issues"
},
"homepage": "https://github.com/dkbhadeshiya/Autor#readme",
"dependencies": {
"chokidar": "^1.5.0",
"menubar": "^4.1.1",
"mime": "^1.3.4",
"mongroup": "^1.3.0",
"mv": "^2.1.1"
},
"devDependencies": {
"electron-packager": "^4.0.0",
"electron-prebuilt": "*"
}
}