-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 921 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
{
"name": "noddity-butler",
"version": "2.6.2",
"main": "./index.js",
"author": {
"name": "TehShrike",
"email": "me@JoshDuff.com",
"url": "http://joshduff.com"
},
"description": "Retrieve remote blog files, arrange them appropriately, and present them to the master of the house",
"repository": {
"type": "git",
"url": "https://github.com/TehShrike/noddity-butler.git"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "tape ./test/*.js | faucet"
},
"devDependencies": {
"asynquence": "~0.1.1-a",
"faucet": "0.0.1",
"level-mem": "~0.18.0",
"send": "~0.14.2",
"tape": "^4.0.0",
"tape-catch": "^1.0.4"
},
"dependencies": {
"levelup-cache": "~2.2.0",
"noddity-retrieval": "~1.6.0",
"run-parallel": "^1.1.2",
"subleveldown": "^2.0.0",
"weak-type-wizard": "^1.2.4",
"xtend": "4.0.1"
},
"license": "WTFPL"
}