-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 902 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 902 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
40
41
42
43
44
45
{
"name": "darkside",
"version": "1.2.4",
"description": "Web App Framework (HTTP, WebSockets, MVC, DI)",
"contributors": [
{
"name": "Jan Kuča",
"email": "jan@jankuca.com",
"web": "http://jankuca.com"
}
],
"maintainers": [
{
"name": "Jan Kuča",
"email": "jan@jankuca.com",
"web": "http://jankuca.com"
}
],
"main": "index",
"repositories": [
{
"type": "git",
"url": "git://github.com/jankuca/darkside.git"
}
],
"dependencies": {
"relative-datetime": "1.x.x",
"mongodb-lite": "1.0.x",
"node-static": "0.6.x",
"eco": "1.x.x",
"coffee-script": "1.2.x",
"strscan": "1.x.x",
"formidable": "1.x.x",
"socket.io": "~0.9.6"
},
"devDependencies": {
"mocha": ">= 1.x.x"
},
"engine": {
"node": ">= 0.4.x"
},
"scripts": {
"test": "mocha -u exports -R spec"
}
}