-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 858 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": "ucb-readme-generator",
"version": "1.0.1",
"description": "A command-line application that dynamically generates a professional README.md file from a user's input using the Inquirer package.",
"main": "index.js",
"scripts": {
"test": "node ./__test__/test.js",
"seed": "node ./__seed__/seed.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadelgamal/ucb-README-generator.git"
},
"keywords": [
"inquirer",
"README.md",
"README",
"command-line",
"interface",
"CLI"
],
"author": "Ahmad El Gamal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmadelgamal/ucb-README-generator/issues"
},
"homepage": "https://github.com/ahmadelgamal/ucb-README-generator#readme",
"dependencies": {
"inquirer": "^7.3.3"
}
}