forked from mattcheah/cover-letter-snippets
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 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
40
41
42
43
44
45
46
47
{
"name": "cover-letter-snippets",
"version": "1.3.0",
"description": "An Angular/Node/MongoDB app that helps compose cover letters based on keywords in a job description.",
"browser": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd snippets && ng build && cd ../ && node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattcheah/cover-letter-snippets.git"
},
"bin": {
"snippets": "./index.js"
},
"files": [
"dist",
"controllers",
"index.js",
"routes.js"
],
"keywords": [
"cover letter",
"coverletter",
"snippets",
"resume",
"builder",
"database"
],
"author": "matt cheah <[email protected]> (http://mattcheah.com)",
"contributors": [
"Treven Trujillo <[email protected] (https://github.com/treventrujillo)",
"Slay4Joy (https://github.com/slay4joy)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/mattcheah/cover-letter-snippets/issues"
},
"homepage": "https://github.com/mattcheah/cover-letter-snippets#readme",
"dependencies": {
"express": "^4.16.3",
"fs": "0.0.1-security",
"mongoose": "^5.2.4",
"opn": "^5.3.0"
}
}