forked from cozy/cozy-home-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 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
{ "name": "cozy-home"
, "version": "0.8.1"
, "engine": { "node": "*" }
, "main": "server.coffee"
, "dependencies":
{ "jade": "= 0.27.7"
, "express": "= 3.0.6"
, "connect": "= 2.6.1"
, "compound": "= 1.1.7-8"
, "coffee-script": "= 1.4.0"
, "mime": "= 1.2.7"
, "qs": "= 0.5.0"
, "bcrypt": "= 0.7.4"
, "jugglingdb": "= 0.2.0-23"
, "jugglingdb-cozy-adapter": "= 0.3.7"
, "async": "= 0.1.22"
, "cozy-clients": "= 0.8.1"
, "request-json": "= 0.3.6"
, "time": "~0.9.2"
, "cozy-realtime-adapter":"= 0.11.0"
, "cozy-notifications-helper":"= 0.0.2"
}
, "devDependencies":
{ "mocha": "= 1.9.0"
, "request": "= 2.11.4"
, "chai": "= 1.7.0"
}
, "scripts":
{ "test": "cake tests"
, "start": "./node_modules/coffee-script/bin/coffee server.coffee"
}
}