forked from buckket/twtxt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 896 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
37
38
39
40
41
42
{
"name": "twtxt",
"version": "0.1.13",
"description": "a decentralised, minimalist microblogging service for hackers",
"main": "twtxt.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webize/twtxt.git"
},
"keywords": [
"twtxt",
"solid"
],
"author": "Melvin Carvalho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webize/twtxt/issues"
},
"homepage": "https://github.com/webize/twtxt#readme",
"dependencies": {
"commander": "^2.9.0",
"debug": "^2.2.0",
"moment": "^2.11.2",
"request": "^2.69.0"
},
"scripts": {
"test": "mocha"
},
"bin": {
"twtxt": "bin/twtxt.js"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}