-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 692 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 692 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
{
"name": "cars",
"version": "1.1.3",
"description": "A CLI tool which gives the name of car specified to country of origin",
"main": "./lib/car.js",
"bin": {
"car": "./bin/index.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "Debasish",
"license": "MIT",
"dependencies": {
"colors": "^1.3.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"jest": "^23.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debck/car-CLI.git"
},
"bugs": {
"url": "https://github.com/debck/car-CLI/issues"
},
"homepage": "https://github.com/debck/car-CLI#readme"
}