forked from cozy/cozy-home-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.52 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
{
"name": "cozy-home",
"version": "2.0.2",
"author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)",
"licenses": [
{
"type": "AGPL v3",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"engine": {
"node": "*"
},
"main": "server.js",
"dependencies": {
"americano": "0.3.11",
"americano-cozy": "0.2.11",
"async": "0.2.10",
"bcrypt": "0.7.7",
"cozy-clearance": "0.1.19",
"cozy-clients": "1.0.3",
"cozy-notifications-helper": "1.0.2",
"cozy-realtime-adapter": "1.0.0",
"cozy-slug": "0.1.2",
"cozydb": "0.0.16",
"del": "1.1.1",
"imagemagick": "0.1.3",
"jade": "1.9.2",
"jimp": "0.2.4",
"moment-timezone": "0.3.0",
"multiparty": "4.1.2",
"node-polyglot": "0.4.1",
"printit": "0.1.3",
"request": "2.55.0",
"request-json": "0.4.6",
"rrule": "2.0.1"
},
"contributors": [
"Zoe Bellot",
"Romain Foucault",
"Jim Lehmer",
"Frank Rousseau",
"Joseph Silvestre",
"irdan",
"Steve Phillips",
"Borjan Tchakaloff"
],
"devDependencies": {
"chai": "1.9.0",
"coffee-script": "latest",
"iconizr": "^0.2.3",
"mocha": "1.17.1",
"nock": "0.29.0",
"numeral": "^1.5.3",
"request": "2.34.0",
"should": "^4.6.1",
"sinon": "^1.12.2"
},
"scripts": {
"test": "cake --use-js tests",
"start": "node build/server.js",
"build:client": "cd client && brunch b",
"build:server": "cake build",
"build": "npm run build:client && npm run build:server"
}
}