First commit
This commit is contained in:
13
package.json
Executable file
13
package.json
Executable file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "braid",
|
||||
"version": "1.0.0",
|
||||
"description": "Measure Applications Web Socket server, for various uses",
|
||||
"author": "Yardstick Development Team",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.16.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user