-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 868 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
33
{ "name": "cozy-template"
, "version": "0.0.1"
, "engines": ["node = 0.8.x"]
, "description": "A template project for cozy applications"
, "license": "MIT"
, "repository":
{
"type": "git"
, "url": "https://github.com/mycozycloud/cozy-template.git"
}
, "main": "server.coffee"
, "dependencies":
{ "jade": "= 0.27.6"
, "jade-ext": "= 0.0.5"
, "express": "= 3.0.0"
, "connect": "= 2.6.1"
, "railway": "= 1.0.1"
, "coffee-script": "= 1.4.0"
, "mime": "= 1.2.7"
, "qs": "= 0.5.0"
, "jugglingdb": "= 0.1.24-pre2"
, "jugglingdb-cozy-adapter": ">= 0"
}
, "devDependencies":
{ "should": "= 1.2.0"
, "mocha": "= 1.6.0"
, "chai": "= 1.3.0"
}
, "scripts":
{ "test": "cake tests"
, "start": "coffee server.coffee"
}
}