forked from leizongmin/clouds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 860 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 860 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
38
39
40
41
42
43
{
"name": "clouds",
"main": "./lib/index.js",
"version": "0.1.13",
"description": "simple remote services framework",
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
"type": "git",
"url": "git://github.com/leizongmin/clouds.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"async": "^0.9.0",
"clone": "^1.0.2",
"debug": ">= 0.7.0",
"ioredis": "^1.5.1",
"lei-ns": "^0.1.2",
"lei-utils": "^1.0.3"
},
"devDependencies": {
"async": "^0.9.0",
"blanket": "^1.1.7",
"eventproxy": "^0.3.1",
"mocha": "^2.2.5",
"should": "^4.3.0"
},
"scripts": {
"test": "./run_test"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": [
"node_modules",
"tests"
]
}
}
}