forked from serby/ctrl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 867 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 867 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
34
35
36
37
38
39
{
"name": "control",
"main": "server.js",
"version": "0.0.1",
"private": true,
"engine": "~0.6.0",
"dependencies": {
"async": ">=0.1.15",
"connect-mongodb": ">=1.1.1",
"date-utils": "https://github.com/serby/node-date-utils/tarball/master",
"express": ">=2.5.1",
"gm": ">= 0.5.0",
"gzippo": ">=0.1.2",
"jade": ">=0.18.0",
"markdown": ">= 0.3.1",
"mime": ">=1.2.4",
"mongodb": ">=0.9.7",
"nodemailer": ">=0.2.3",
"piton-entity": "~0.1",
"piton-pipe": "~0.0",
"piton-string-utils": "~0.0",
"piton-validity": "~0.1",
"stylus": "=0.22",
"service-locator": "~0.0",
"underscore": ">=1.2.2",
"winston": ">=0.5.6",
"versionator": "~0.1",
"fileupload": "~0.0.1"
},
"devDependencies": {
"mocha": ">= 0.0.8",
"should": ">= 0.0.8",
"coffee-script": ">= 1.1.1",
"soda": ">= 0.2.4"
},
"directories": {
"lib": "lib"
}
}