-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.25 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
{
"name": "imprint",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "3.5.1",
"express-device": "0.3.7",
"express-subdomains": "0.0.5",
"express-error": "0.0.7",
"connect-slashes": "0.0.10",
"ejs": "0.8.4",
"less": "1.5.1",
"piler": "0.5.0",
"forever-monitor": "1.2.3",
"async": "0.2.9",
"crypto": "0.0.3",
"node-uuid": "1.4.1",
"generate-key": "0.0.6",
"octonode": "0.3.5",
"orm": "2.1.7",
"orm-paging": "0.0.1",
"orm-timestamps": "0.2.1",
"orm-random": "0.0.1",
"migrate-orm2": "1.2.6",
"mysql": "2.1.1",
"redis": "0.8.4",
"connect-redis": "1.4.5",
"jquery": "1.8.3",
"stripe": "2.1.0-rc3",
"jquery.payment": "0.0.1",
"geoip-lite": "1.1.1",
"moment-range": "1.0.1",
"sprintf-js": "0.0.7",
"i": "0.3.2",
"node-fs": "0.1.7",
"crontab": "0.3.4",
"npm": "1.3.9",
"request": "2.34.0",
"fast-url-parser": "1.0.6-0",
"route-pattern": "0.0.6"
},
"devDependencies": {
"express-debug": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/bvallelunga/imprint"
},
"bugs": {
"url": "https://github.com/bvallelunga/imprint/issues/"
},
"engines": {
"node": "<= 0.10.7"
}
}