-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "es9018k2m_control",
"version": "0.1.0",
"description": "i2c ES9018K2M function control Plugin for Volumio2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "rm -R node_modules || npm install --production && zip -r -X build.zip ./ || npm install"
},
"author": "Chris Song",
"license": "ISC",
"volumio_info": {
"prettyName": "ES9018K2M Control",
"icon": "fa-cogs",
"plugin_type": "miscellanea"
},
"dependencies": {
"fs-extra": "^0.30.0",
"kew": "^0.7.0",
"v-conf": "^1.4.0",
"i2c": "^0.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisPanda/volumio-es9018k2m-plugin.git"
},
"keywords": [
"es9018k2m",
"i2s DAC",
"Aoide DAC II",
"volumio"
],
"bugs": {
"url": "https://github.com/ChrisPanda/volumio-es9018k2m-plugin/issues"
},
"homepage": "https://github.com/ChrisPanda/volumio-es9018k2m-plugin#readme"
}