-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
61 lines (61 loc) · 1.41 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "emoji-url-shortener",
"version": "1.5.7",
"description": "Own your own url shortener as a service.",
"main": "index.js",
"scripts": {
"start": "node server.js",
"postinstall": "opencollective postinstall",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"engines": {
"node": "7.x"
},
"bin": {
"shorten": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagataycali/url-shortener.git"
},
"keywords": [
"url",
"shortener",
"url",
"shortener",
"on",
"your",
"own",
"service"
],
"author": "Çağatay Çalı",
"license": "MIT",
"bugs": {
"url": "https://github.com/cagataycali/url-shortener/issues"
},
"homepage": "https://github.com/cagataycali/url-shortener#readme",
"dependencies": {
"body-parser": "^1.18.2",
"ch3ck": "^1.0.2",
"commander": "^2.9.0",
"express": "^4.16.0",
"got": "^7.0.0",
"mongoose": "^4.13.17",
"opencollective": "^1.0.3",
"punycode": "^2.1.0",
"request": "^2.84.0",
"shortid": "^2.2.8",
"socket.io": "^2.0.2",
"subdomain": "^1.2.0",
"ua-parser-js": "^0.7.18",
"valid-url": "^1.0.9",
"snyk": "^1.116.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/url-shortener",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"snyk": true
}