forked from yocontra/smog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 995 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "smog",
"description": "HTML5/Node/WebSocket MongoDB viewer",
"version": "0.1.6",
"homepage": "http://github.com/wearefractal/smog",
"repository": "git://github.com/wearefractal/smog.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"bin": {
"smog": "./bin/smog"
},
"dependencies": {
"coffee-script": "*",
"mongoskin": "*",
"express": "*",
"vein": "0.5.0",
"async": "*",
"mongo-ton": ">=0.0.2",
"ton": ">=0.0.2",
"uglify-js": "1.x.x",
"mongodb": "*"
},
"optionalDependencies": {
"pane": "*"
},
"devDependenciez": {
"mocha": "*",
"should": "*",
"jaded": "*",
"less": "*"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script",
"start": "start.coffee"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/smog/raw/master/LICENSE"
}
],
"subdomain": "smog"
}