forked from sergeyksv/tinyhook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 762 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 762 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
{
"author": "Sergey Korotkov <sergeyksv@gmail.com>",
"name": "tinyhook",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/tinyhook.git"
},
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com>"
},
{
"name": "Oliver Leics",
"email": "oliver.leics@gmail.com"
}
],
"main": "./hook",
"engines": {
"node": ">= v0.4.x"
},
"dependencies": {
"eventemitter2": "0.4.x",
"optimist": "0.2.x",
"underscore": "1.3.x",
"nssocket": "0.3.x",
"async":"0.1.x",
"tinyforever":">=0.0.3"
},
"scripts": {
"test": "vows test/*-test.js --isolate --spec"
},
"devDependencies": {
"vows": "0.6.x"
}
}