-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 753 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 753 Bytes
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
{
"name": "bamazon",
"version": "1.0.0",
"description": "Amazon-like CLI storefront built with mySQL, NODE.js and Inquirer",
"main": "bamazonCustomer.js",
"scripts": {
"test": "echo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/captnwalker/Bamazon.git"
},
"keywords": [
"mysql",
"nodejs",
"cli",
"inquirer",
"bamazon"
],
"author": "Steve Walker",
"license": "ISC",
"bugs": {
"url": "https://github.com/captnwalker/Bamazon/issues"
},
"homepage": "https://github.com/captnwalker/Bamazon#readme",
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"inquirer": "^5.0.0",
"mysql": "^2.15.0",
"node": "^9.4.0"
},
"devDependencies": {}
}