Revolution/package.json

17 lines
300 B
JSON
Raw Normal View History

2019-08-17 23:33:00 +01:00
{
"name": "revolution",
2019-08-17 23:33:00 +01:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2021-02-15 07:58:04 +00:00
"license": "MIT",
2019-08-17 23:33:00 +01:00
"dependencies": {
"chalk": "^2.4.2",
"express": "^4.17.1",
"http": "0.0.0"
2019-08-17 23:33:00 +01:00
}
}