-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1017 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1017 Bytes
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
{
"name": "cozy-sharing",
"version": "0.0.1",
"description": "Cozy app to share data through cozies",
"repository": {
"type": "git",
"url": "https://github.com/Gara64/cozy-plugdb.git"
},
"main": "server.js",
"dependencies": {
"americano": "^0.3.11",
"americano-cozy": "^0.2.11",
"async": "^0.9.0",
"brunch": "^1.7.20",
"cozydb": "0.0.8",
"cozy-realtime-adapter": "1.0.0",
"express": "~3.4.0",
"jade": "~0.35.0",
"jugglingdb": "^0.3.0",
"jugglingdb-cozy-adapter": "^0.4.15",
"printit": "^0.1.5",
"request": "^2.53.0",
"request-json": "^0.5.0",
"request-json-light": "^0.5.12",
"tough-cookie": "^0.12.1",
"java": "0.4.6",
"socket.io": "^1.3.5"
},
"engines": [
"node = 0.10.x"
],
"scripts": {
"start": "node server.js"
},
"cozy-permissions": {
"Contact": {
"description": "Generates contacts"
},
"Device": {
"description": "share as a device"
}
},
"cozy-displayname": "Shary"
}