-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 861 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
43
{
"author": "Casey Robinson <[email protected]> (https://rampantmonkey.com)",
"name": "twui",
"description": "Responsive web interface to Taskwarrior",
"license": "MIT",
"keywords": ["responsive", "web", "ui", "Taskwarrior"],
"version": "0.1.0",
"repository": {
"type": "git",
"url": "http://github.com/rampantmonkey/twui.git"
},
"main": "./",
"scripts": {
"prepublish": "make deploy",
"test": "make"
},
"engines": {
"node": ">= v0.10.x"
},
"dependencies": {
"director": ">= 1.2.3",
"httpstatuses": ">= 1.0.0",
"mime": "*",
"promised-io": "*"
},
"devDependencies": {
"mocha": "*"
},
"preferGlobal": "true",
"bin": {
"twui": "bin/twui"
},
"files": [
"LICENSE.txt",
"Makefile",
"README.md",
"bin",
"lib",
"public",
"test",
"twui.js"
]
}