-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 848 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
{
"name": "sc-crud-mysql",
"version": "0.6.1",
"description": "Realtime CRUD data management layer/plugin for SocketCluster using MySQL as the database",
"main": "index.js",
"bugs": {
"url": "https://github.com/happilymarrieddad/sc-crud-mysql/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happilymarrieddad/sc-crud-mysql.git"
},
"keywords": [
"mysql",
"socketcluster",
"realtime",
"storage",
"rest",
"crud"
],
"author": "Nick Kotenberg",
"license": "MIT",
"homepage": "https://github.com/happilymarrieddad/sc-crud-mysql#readme",
"dependencies": {
"async": "^2.0.1",
"bcrypt": "^0.8.7",
"lodash": "^4.15.0",
"mysql": "^2.11.1",
"mysql-cache": "^0.5.5-b"
}
}