UNPKG

650 BJSONView Raw
1{
2 "name": "clouds",
3 "main": "./lib/index.js",
4 "version": "0.1.8",
5 "description": "simple remote services framework",
6 "author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/leizongmin/clouds.git"
10 },
11 "engines": {
12 "node": ">= 0.10.0"
13 },
14 "dependencies": {
15 "async": "^0.9.0",
16 "debug": ">= 0.7.0",
17 "lei-ns": "^0.1.2",
18 "lei-utils": "^1.0.3",
19 "redis": "^0.12.1"
20 },
21 "devDependencies": {
22 "async": "^0.9.0",
23 "eventproxy": "^0.3.1",
24 "mocha": ">= 1.2",
25 "should": "^4.3.0"
26 },
27 "scripts": {
28 "test": "./run_test"
29 }
30}