-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 748 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
{
"name": "url-lengthener",
"version": "2.1.1",
"description": "Are your URLs too short? Use url-lengthener to s t r e t c h them out!",
"main": "url-lengthener-node.js",
"types": "url-lengthener-node.d.ts",
"scripts": {
"test": "node url-lengthener.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piemadd/url-lengthener.git"
},
"keywords": [
"url-shortener",
"url-lenghtener",
"url",
"web-utilities",
"utilities",
"productivity",
"cross-platform"
],
"author": "Piero™",
"license": "ISC",
"bugs": {
"url": "https://github.com/piemadd/url-lengthener/issues"
},
"homepage": "https://github.com/piemadd/url-lengthener#readme",
"dependencies": {}
}