forked from mcavage/node-fast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 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
{
"author": "Mark Cavage <[email protected]>",
"contributors": [
"Mike Harsch",
"Nate Fitche",
"Yunong Xiao"
],
"name": "fast",
"homepage": "http://mcavage.github.com/node-fast",
"version": "0.3.9",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-fast.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.8.22"
},
"dependencies": {
"assert-plus": "0.1.5",
"backoff": "2.3.0",
"crc": "0.2.1",
"microtime": "0.5.1",
"once": "1.3.0",
"readable-stream": "1.1.10",
"verror": "1.3.6"
},
"devDependencies": {
"nodeunit": "0.8.2"
},
"scripts": {
"test": "./node_modules/.bin/nodeunit test/*.test.js"
}
}