-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
35 lines (35 loc) · 806 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
33
34
35
{
"name": "map-of-india",
"version": "1.0.0",
"description": "A Node.js program to generate Map Of India in terminal",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"wish": "node src/independence.js",
"draw": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinitshahdeo/Map-of-India.git"
},
"keywords": [
"map",
"india",
"nodejs",
"independence",
"day",
"tiranga",
"hindustan",
"bharat"
],
"author": "Vinit Shahdeo <vinitshahdeo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinitshahdeo/Map-of-India/issues"
},
"homepage": "https://vinitshahdeo.github.io/Map-of-India/",
"dependencies": {
"chalk": "^4.1.0",
"figlet": "^1.5.0"
}
}