For a mouseless future.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 267B

12345678910111213
  1. {
  2. "title": "Mouseless",
  3. "name": "mouseless",
  4. "version": "0.2.0",
  5. "description": "For a mouseless future.",
  6. "main": "index.js",
  7. "author": "Martin Dørum Nygaard",
  8. "engines": {
  9. "firefox": ">=38.0a1",
  10. "fennec": ">=38.0a1"
  11. },
  12. "license": "MIT"
  13. }