-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 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
{
"name": "twitter-gtn",
"version": "1.0.0",
"description": "Collaborative cli game where the participants needs to tweet to guess the number",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:nodebr/twitter-gtn.git"
},
"keywords": [
"twitter",
"cli",
"game",
"collaborative"
],
"author": "Alan Hoffmeister <alanhoffmeister@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodebr/twitter-gtn/issues"
},
"homepage": "https://github.com/nodebr/twitter-gtn",
"dependencies": {
"blessed": "0.0.37",
"chalk": "^0.5.1",
"chance": "^0.7.1",
"cli-table": "^0.3.1",
"moment": "^2.9.0",
"moment-twitter": "^0.2.0",
"twit": "^1.1.19"
}
}