forked from cozy/cozy-photos-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.51 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
{
"name": "cozy-photos",
"version": "1.0.12",
"author": "",
"licenses": [
{
"type": "AGPL v3",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"description": "A cozy application to store, browse and share your photos.",
"main": "server.coffee",
"dependencies": {
"americano": "0.4.0",
"archiver": "0.14.4",
"async": "0.9.0",
"axon": "0.6.1",
"cozy-clearance": "0.1.19",
"cozy-realtime-adapter": "1.0.0",
"cozydb": "0.0.10",
"gm": "1.17.0",
"jade": "1.3.1",
"mime": "1.2.11",
"multiparty": "3.2.9",
"node-polyglot": "0.4.0",
"printit": "0.1.6",
"qs": "0.6.6",
"socket.io": "0.9.14"
},
"devDependencies": {
"chai": "1.9.1",
"request-json": "0.4.10",
"mocha": "1.20.1",
"sinon": "1.10.2",
"coffee-script": "1.7.1"
},
"scripts": {
"test": "cake tests",
"start": "node build/server.js"
},
"repository": "https://github.com/cozy/cozy-photos.git",
"readmeFilename": "README.md",
"cozy-permissions": {
"Photo": {
"description": "Creates and edits your photos"
},
"Album": {
"description": "Creates and edits your album which contains your photos."
},
"Contact": {
"description": "Allows you to easily share an album"
},
"CozyInstance": {
"description": "Read language setting"
},
"File": {
"description": "Import pictures from the Files app"
},
"Send mail from user": {
"description": "Share album with your friends"
}
}
}