mirror of https://github.com/Kylart/KawAnime.git
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "kawabinds",
|
|
"version": "0.1.0",
|
|
"description": "KawAnime's native bindings",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": {
|
|
"name": "Kylart",
|
|
"email": "Kylart.dev@gmail.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|