-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 854 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
36
{
"name": "url-shortener-r282",
"version": "1.0.3",
"description": "Pass a URL as a parameter and receive a shortened URL in the JSON response.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafase282/URL-Shortener.git"
},
"keywords": [
"R282",
"url-shortener",
"node"
],
"author": "Rafael (Rafase282) Rodriguez",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Rafase282/URL-Shortener/issues"
},
"homepage": "https://github.com/Rafase282/URL-Shortener#readme",
"dependencies": {
"dotenv": "^1.2.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"mongodb": "^2.1.4"
},
"devDependencies": {
"nodemon": "^1.8.1"
},
"engines": {
"node": "5.4.1"
}
}