-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 864 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
{
"name": "readme-generator",
"version": "1.0.0",
"description": "This is a Readme generator made to build a readme from user inputs and choices.",
"main": "index.js",
"dependencies": {
"fs": "^0.0.1-security",
"inquirer": "^7.3.2",
"path": "^0.12.7",
"util": "^0.12.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JDouglasR/Readme-Generator.git"
},
"keywords": [
"[readme",
"promise",
"generator",
"async]"
],
"author": "Justin Roose <justin.d.roose@gmail.com> (https://jdouglasr.github.io/Portfolio/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/JDouglasR/Readme-Generator/issues"
},
"homepage": "https://github.com/JDouglasR/Readme-Generator#readme"
}