-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 842 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 842 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
{
"author": "demohi <mengdesen09@qq.com> (https://github.com/demohi)",
"homepage": "https://github.com/demohi/end",
"bugs": {
"url": "https://github.com/demohi/end/issues",
"email": "mengdesen09@qq.com"
},
"name": "end",
"version": "0.2.2",
"main": "end.js",
"description": "a Realtime BaaS like Firebase by Socket.io and MongoDB",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/demohi/end.git"
},
"dependencies": {
"emailjs":"*",
"mongodb":"*",
"socket.io":"*",
"moment":"*",
"crypto":"*"
},
"keywords": [
"baas",
"end",
"backend",
"mongodb",
"BaaS",
"meteor",
"firebase"
],
"license": "The MIT License"
}