-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
36
37
{
"name": "resumecreator",
"productName": "ResumeCreator",
"version": "1.0.0",
"description": "An application that lets you create your resume with ease; no headaches of formatting.",
"author": "Deep Aggarwal <[email protected]>",
"engines": {
"node": "4.6.0",
"npm": "2.15.9"
},
"main": "app",
"scripts": {
"package-osx": "electron-packager . --out=dist --overwrite --platform=darwin --arch=x64 --icon=resources/app-icons/stable/rc.icns && cp -r dist/ResumeCreator-darwin-x64/ResumeCreator.app /Applications",
"start": "electron app"
},
"repository": {
"type": "git",
"url": "https://github.com/deep4788/resumeCreator"
},
"keywords": [
"electron",
"node.js",
"resume",
"portfolio",
"creator",
"generator",
"handlebars"
],
"dependencies": {
"electron": "^1.4.1",
"electron-packager": "8.3.0",
"fs.extra": "1.3.2",
"handlebars": "4.0.6",
"jsonfile": "2.4.0"
},
"license": "MIT"
}