-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.29 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
{
"name": "bambizon_v1",
"version": "1.0.0",
"description": "Bootcamp Assignment 10/28/2018 - Node.js & MySQL ## About Us BambiZon is an e-commerce company founded in 2018 as a niche marketplace to supply hard-to-find items to Hollywood's most elite and ageless cartoon characters. Since it's humble beginnings when it had only 2 products (snow mittens sized perfectly for little dancing hooves, and sustainably sourced rain forest cotton-tail shampoo), BambiZon has grown to a multi-baZillion buZiness and is the world's largest online imaginary retailer. You can find the BambiZon marketplace at https://github.com/sueJSevens/bambizon. We accept all forms of virtual currency including $Disney$Dollars, $Monopoly$Money and $bit$Coin. Come $hop with us today!",
"main": "customer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SueJStevens/bambizon_v1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SueJStevens/bambizon_v1/issues"
},
"homepage": "https://github.com/SueJStevens/bambizon_v1#readme",
"dependencies": {
"chalk-pipe": "^2.0.0",
"dotenv": "^6.1.0",
"inquirer": "^6.2.0",
"mysql": "^2.16.0",
"table": "^5.1.0"
}
}