forked from jsjohnst/hook.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.49 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
{
"author": "Marak Squires <[email protected]>",
"name": "hook.io",
"version": "0.8.10",
"repository": {
"type": "git",
"url": "git://github.com/hookio/hook.io.git"
},
"contributors": [
{
"name": "Charlie Robbins",
"email": "[email protected]"
},
{
"name": "Jameson Lee",
"email": "[email protected]"
},
{
"name": "Joshua Holbrook",
"email": "[email protected]"
}
],
"main": "./lib/hookio",
"bin": {
"hook": "./bin/hookio",
"hookio": "./bin/hookio"
},
"engines": {
"node": ">= v0.4.7"
},
"dependencies": {
"async": "0.1.x",
"colors": "0.x.x",
"eventemitter2": "0.4.x",
"optimist": "0.2.x",
"nconf": "0.3.x",
"npm": "~1.1.x",
"pkginfo": "0.2.x",
"mkdirp": "0.2.x",
"semver": "1.0.x",
"prompt": "0.1.x",
"portfinder": "0.2.x",
"weak": "*",
"socket.io": "0.9.6",
"socket.io-client": "0.9.6",
"lazy": ">=1.0.5 <1.1",
"traverse": "0.6.x",
"jsonify": "0.0.x",
"winston": "0.5.10"
},
"optionalDependencies": {
"union": "0.3.x",
"ecstatic": "0.1.x"
},
"scripts": {
"test": "vows test/**/*-test.js --spec"
},
"browserify": {
"base": "./lib",
"main": "./lib/hookio.js"
},
"devDependencies": {
"eyes": "0.1.x",
"findit": "0.x.x",
"forever": "0.6.x",
"hook.io-helloworld": "0.3.x",
"vows": "0.5.x >=0.5.10",
"browserify": "1.10.x",
"dnode": "0.9.11",
"shimify": "0.0.x"
}
}