forked from cozy-labs/konnectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.68 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "konnectors",
"version": "0.2.9",
"engines": [
"node = 0.8.x"
],
"description": "Store data from the web in your Cozy",
"license": "AGPL",
"repository": {
"type": "git",
"url": "https://github.com/frankrousseau/konnectors.git"
},
"main": "server.coffee",
"dependencies": {
"americano": "0.3.7",
"americano-cozy": "0.2.6",
"async": "0.9.0",
"cheerio": "0.16.0",
"cozy-notifications-helper": "1.0.2",
"cozy-realtime-adapter": "1.0.0",
"jade": "1.9.0",
"moment": "2.4.0",
"node-polyglot": "0.4.1",
"printit": "0.1.5",
"querystring": "0.2.0",
"request": "2.34.0",
"request-json": "0.4.10",
"ware": "1.3.0",
"pngjs-image": "0.11.2"
},
"devDependencies": {
"coffee-script": "1.8.0",
"coffeelint": "^1.9.4",
"cozy-fixtures": "1.1.3",
"mocha": "1.21.5",
"nock": "0.27.0",
"should": "4.0.4",
"sinon": "1.10.3"
},
"scripts": {
"test": "cake tests",
"start": "coffee server.coffee"
},
"cozy-permissions": {
"Konnector": {
"description": "Konnector description and required fields"
},
"Notification": {
"description": "Notification for auto importation."
},
"RescueTimeActivity": {
"description": "Activity data from RescueTime.com."
},
"Steps": {
"description": "Import step and travelled distance data from jawbone.com or withings."
},
"Sleep": {
"description": "Sleep data from jawbone.com."
},
"TwitterTweet": {
"description": "Tweets you published on Twitter."
},
"PhoneBill": {
"description": "Phone bills fetched by B&You or Free Mobile Konnector."
},
"InternetBill": {
"description": "Internet bills fetched by Free Konnector."
},
"CodeBill": {
"description": "Code bills fetched by Github Konnector."
},
"BankOperation": {
"description": "Bank operation to link with downloaded bills."
},
"File": {
"description": "To import CSV or PDF file in the Cozy File System."
},
"Folder": {
"description": "To allow user to select folder for his/her fetched files."
},
"Weight": {
"description": "Import weight infos from Smart Body Analyzer."
},
"HeartBeat": {
"description": "Import heartbeat from Smart Body Analyzer."
},
"BloodPressure": {
"description": "Import blood pressure measures from Smart Body Analyzer."
},
"Commit": {
"description": "Commit infos imported from Github."
},
"CozyInstance": {
"description": "This information is needed to localize the application in your language."
}
},
"cozy-displayName": "Konnectors",
"cozy-color": "#e26987"
}