-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 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
34
35
36
37
38
{
"name": "RapGenerator",
"version": "0.0.0",
"description": "Generate cool rap songs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Rohfosho/RapGenerator.git"
},
"keywords": [
"rap",
"generator",
"markov"
],
"author": "Rohith Varanasi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rohfosho/RapGenerator/issues"
},
"homepage": "https://github.com/Rohfosho/RapGenerator",
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"ejs": "^1.0.0",
"express": "~4.9.0",
"fs": "0.0.2",
"glob": "^4.3.2",
"jade": "~1.6.0",
"markovchain": "0.0.4",
"morgan": "~1.3.0",
"rapgenius-js": "^0.1.2",
"serve-favicon": "~2.1.3"
}
}