slotmachine
Version:
Demo: <https://projet-javascript.ga/>
29 lines • 836 B
JSON
{
"name": "slotmachine",
"version": "1.0.1",
"description": "",
"scripts": {
"lite": "lite-server --port 10001",
"start": "npm run lite"
},
"contributors": [{
"name": "Alexandre Parès",
"url": "https://github.com/IAmFrench/"
},
{
"name": "Robin Silvert",
"url": "https://github.com/Alpagadesalpes"
}, {
"name": "Tristan Ramirez",
"url": "https://github.com/ttRmz"
}
],
"license": "CC-BY-4.0",
"devDependencies": {
"lite-server": "^1.3.1"
},
"bugs": {
"url": "https://github.com/IAmFrench/projet_javascript_2017_machine_a_sous/issues"
},
"homepage": "https://github.com/IAmFrench/projet_javascript_2017_machine_a_sous"
}