This repository has been archived by the owner on Mar 12, 2018. It is now read-only.
forked from TZM/tzm-blade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 2.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"author": "Norman Khine <norman@zmgc.net> (http://zmgc.net)",
"name": "zmgc",
"description": "The ZMGC Application aims to create an on-line eco-system within which the ideas of Resource Based Economy can be galvanise into actions that can be used in the real world.",
"private": true,
"version": "0.0.2",
"homepage": "http://zmgc.net",
"license": "GPL",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/TZM/tzm-blade.git"
},
"subdomain": "zmgc",
"engines": {
"node": " >=0.8.14"
},
"scripts": {
"test": "cake test",
"install": "node node_modules/coffee-script/bin/cake build",
"start": "node run.js"
},
"dependencies": {
"coffee-script": ">=1.7.0",
"express": "*",
"mongoose": "*",
"bcrypt": "*",
"ua-parser-js": "~0.6",
"i18next": "~1.7.1",
"blade": "git://github.com/bminer/node-blade.git",
"d3": "~3.4.0",
"topojson": "*",
"cldr": "*",
"underscore": "*",
"nodewatch": "~0.3.1",
"wrench": "~1.5.4",
"which": "~1.0.5",
"supervisor": "~0.5.2",
"connect-assets": "~2.4.1",
"connect-assets-jspaths": "~0.0.9",
"less": "~1.3.3",
"stylus": "~0.32.1",
"winston": "~0.7.1",
"nodemailer": "~0.6.0",
"uuid-v4": "~0.1.0",
"validator": "~1.1.3",
"connect-redis": "~1.4.5",
"connect-multi-redis": "~0.2.0",
"redis": "~0.8.3",
"express-mongoose": "~0.1.0",
"connect-flash": "~0.1.1",
"base64url": "0.0.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"request": "~2.21.0",
"riak-js": "~0.10.1",
"step": "0.0.5",
"cluster": "~0.7.7",
"async": "*",
"traverse": "~0.6.3",
"baudio": "~1.1.3",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-linkedin": "~0.1.3",
"passport-twitter": "~1.0.2",
"passport-google": "~0.3.0",
"passport-yahoo": "~0.3.0",
"passport-persona": "~0.1.7",
"redis-url": "~0.2.0",
"cors": "~2.1.1",
"engine.io": "~0.9.0",
"engine.io-rooms": "~0.1.1",
"engine.io-client": "~0.9.0",
"engine.io-session": "0.0.4",
"formidable": "~1.0.14",
"fast-csv": "0.0.3",
"prompt": "~0.2.12"
},
"devDependencies": {
"assert": "~0.4.9",
"imap": "~0.7.12",
"mailparser": "~0.3.6",
"jasmine-node": ">=1.3.1",
"supertest": "*",
"mocha": ">=1.6.0",
"should": ">=1.2.0",
"tap": "~0.3.0",
"coffeelint": "*",
"wrench": "~1.5.6",
"which": "~1.0.5",
"supervisor": "~0.5.6"
},
"optionalDependencies": {},
"testling": {
"files": "test/browser/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"main": "server.js",
"directories": {
"test": "test"
},
"keywords": [
"zmgc",
"zeitgeist",
"global",
"connect"
],
"bugs": {
"url": "https://github.com/TZM/tzm-blade/issues",
"email": "bugs@zmgc.net"
}
}