-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "smog",
"description": "HTML5/Node/WebSocket MongoDB viewer",
"version": "0.1.8",
"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": "^1.7.1",
"mongoskin": "^1.0.0",
"express": "^3.4.8",
"vein": "^0.5.5",
"async": "^0.9.0",
"mongo-ton": "^0.0.3",
"ton": "^0.0.2",
"uglify-js": "^2.4.15",
"mongodb": "^1.4.19"
},
"optionalDependencies": {
"pane": "^0.0.10"
},
"devDependencies": {
"jaded": "^0.1.1",
"less": "^1.7.5",
"mocha": "^2.0.1",
"should": "^4.2.1"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script",
"start": "coffee start.coffee"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/smog/raw/master/LICENSE"
}
],
"subdomain": "smog"
}