-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 759 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 759 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
{
"name": "nodejs-MySQL-push-notifications-demo",
"version": "0.1.2",
"description": "nodejs-MySQL-push-notifications-demo",
"main": "server.js",
"dependencies": {
"mysql": "~2.0.0-alpha9",
"socket.io": "~0.9.16"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/GianlucaGuarini/nodejs-MySQL-push-notifications-demo.git"
},
"author": "Gianluca Guarini",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/GianlucaGuarini/nodejs-MySQL-push-notifications-demo/issues"
},
"homepage": "https://github.com/GianlucaGuarini/nodejs-MySQL-push-notifications-demo"
}