« get me outta code hell

package.json - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/package.json
blob: 6fcae8ff778d2334a40d7ded29100492830f3a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "interactive-bgm",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "GPL-3.0",
  "dependencies": {
    "fifo-js": "^2.1.0"
  }
}