iris-messenger/package.json

13 lines
267 B
JSON
Raw Normal View History

2020-01-13 20:21:53 +00:00
{
"name": "iris-messenger",
"version": "1.0.0",
"author": "Martti Malmi <sirius@iki.fi>",
"license": "MIT",
"dependencies": {
"http-server": "^0.12.1"
},
"scripts": {
2020-01-14 08:44:25 +00:00
"start": "echo 'Iris: http://localhost:8080'; http-server src --silent"
2020-01-13 20:21:53 +00:00
}
}