選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 338B

123456789101112131415
  1. {
  2. "name": "emuboy",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "postinstall": "make -C udev"
  9. },
  10. "author": "Martin Dørum <martid0311@gmail.com> (http://mort.coffee)",
  11. "license": "ISC",
  12. "dependencies": {
  13. "ws": "^3.1.0"
  14. }
  15. }