-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "todotxtpp",
"preferGlobal": "false",
"version": "0.4.0",
"author": "Jeff Allen <[email protected]>",
"description": "Todo.txt Web Client with Dropbox Integration.",
"bin": "./lib/main.js",
"scripts": {
"start": "node ./lib/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/trestletech/node-todo.git"
},
"dependencies" : {
"dropbox" : "0.10.x",
"todo.txt-node" : "0.1.x",
"q" : "1.0.x",
"log4js" : "0.6.x",
"underscore" : "1.6.x",
"passport" : "0.2.x",
"passport-dropbox-oauth2" : "0.1.x",
"express" : "3.4.x",
"client-sessions" : "0.6.x",
"jade" : "1.1.x",
"mongoose" : "3.8.x",
"session-mongoose" : "0.4.x"
},
"license": "MIT",
"engines": {
"node": "0.10.x"
}
}