-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 867 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": "habitrpg-todo-sync",
"version": "0.3.3",
"description": "Two-way sync between task managers (e.g. Remember the Milk) and HabitRPG",
"preferGlobal": "true",
"main": "main.js",
"bin": {
"habitsync": "main.js",
"habitrpg-todo-sync": "main.js"
},
"dependencies": {
"inireader": "~0.3.1",
"prompt": "~0.2.9",
"underscore": "~1.4.4",
"superagent": "~0.13.0",
"MD5": "~1.0.3",
"moment": "~2.0.0",
"optimist": "~0.3.7",
"github": "~0.1.8",
"nconf": "~0.6.7"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/wizonesolutions/habitrpg-todo-sync"
},
"keywords": [
"habitrpg",
"rtm",
"remember",
"the",
"milk",
"rememberthemilk",
"sync",
"todo",
"task"
],
"author": "Kevin Kaland",
"license": "GPLv3"
}