Files
2025-03-19 12:53:34 -05:00

18 lines
326 B
JSON

{
"name": "js",
"version": "1.0.0",
"description": "",
"main": "client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "grunt",
"server": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"open": ">=6.0.0"
}
}