-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
{
"name": "tribedb",
"version": "0.2.1",
"description": "Unlimited expansion MySQL cluster storage system",
"homepage": "http://yangjiepro.github.io/TribeDB/",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"mysql": ">=2.5.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yangjiePro/TribeDB.git"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"mysql",
"cluster",
"tribe",
"db"
],
"author": {
"name": "杨捷",
"email": "[email protected]",
"url": "https://github.com/yangjiePro"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yangjiePro/TribeDB/issues"
},
"gitHead": "f82d5c9153119b30c96ed02a808d234ce8ec9974",
"_id": "[email protected]",
"_shasum": "2194785f9a3d38877bf108d8b0d51b309eccad83",
"_from": "tribedb@*",
"_npmVersion": "1.4.14",
"_npmUser": {
"name": "yangjiepro",
"email": "[email protected]"
},
"maintainers": [
{
"name": "yangjiepro",
"email": "[email protected]"
}
]
}