mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"name": "spfx-socket.io",
|
|
"author": {
|
|
"name": "Franck Cornu @FranckCornu (http://thecollaborationcorner.com)"
|
|
},
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node server"
|
|
},
|
|
"license": "Apache",
|
|
"dependencies": {
|
|
"azure": "^1.2.0-preview",
|
|
"express": "^4.14.0",
|
|
"socket.io": "^1.4.8"
|
|
}
|
|
} |