-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 914 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
{
"author": "Stefan Profanter",
"name": "put.io-sync",
"description": "Put.io Sync and automatic file download",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "git://github.com/Pro/put.io-sync.git"
},
"main": "./lib/putio-sync",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"put.io",
"sync"
],
"bin": {
"putio-sync": "./bin/putio-sync"
},
"dependencies": {
"put.io-v2" : ">=0.0.2",
"underscore" : ">=1.6.0",
"npid" : ">=0.3.2",
"colors" : ">=0.6.2",
"ensureDir" : ">=1.0.6",
"nopt" : ">=2.2.0",
"nopt-usage" : ">=0.1.0",
"status-bar": ">=2.0.0",
"fswin": ">=2.14.1024",
"request" : ">=2.33",
"ansi": ">=0.2.1"
},
"devDependencies": {
"tap": "~0.4.8"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.*"
}
}