forked from cozy/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 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
{ "name": "cozy-notes"
, "version": "0.0.1"
, "engines": ["node >= 0.6.0"]
, "main": "server.coffee"
, "dependencies":
{ "jade": ">= 0"
, "jade-ext": ">= 0"
, "express": ">= 2.5.8"
, "connect": ">= 1.8.6"
, "railway": ">= 0.2.11"
, "coffee-script": ">= 1.1.1"
, "mime": ">= 1.2.2"
, "qs": ">= 0.1.0"
, "mongoose": ">= 2.5.10"
, "jugglingdb": ">= 0"
, "connect-redis": ">= 0"
, "passport": ">= 0"
, "async": ">= 0"
, "eyes": ">= 0"
, "request": ">= 0"
, "should": ">= 0"
, "sinon": ">= 0"
, "mocha": ">= 0"
, "form-data": ">= 0"
, "jugglingdb-cozy-adapter": "0.2.0"
}
, "devDependencies":
{ "request-json": "= 0.2.9"
}
, "scripts":
{ "test": "nodeunit test/*/*"
}
}